Searched refs:setShowRange (Results 1 – 2 of 2) sorted by relevance
222 void setShowRange(bool);
897 parent(), SLOT(setShowRange(bool))); in contextMenuEvent()972 void ConfigView::setShowRange(bool b) in setShowRange() function in ConfigView1426 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool))); in ConfigMainWindow()