Home
last modified time | relevance | path

Searched refs:setShowRange (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dqconf.h233 void setShowRange(bool);
Dqconf.cc845 parent(), SLOT(setShowRange(bool))); in contextMenuEvent()
914 void ConfigView::setShowRange(bool b) in setShowRange() function in ConfigView
1355 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool))); in ConfigMainWindow()