MCPcopy Create free account
hub / github.com/KDE/kdevelop / showSearchField

Method showSearchField

plugins/quickopen/quickopenwidget.cpp:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void QuickOpenWidget::showSearchField(bool b)
182{
183 if (b) {
184 ui.searchLine->show();
185 ui.searchLabel->show();
186 } else {
187 ui.searchLine->hide();
188 ui.searchLabel->hide();
189 }
190}
191
192void QuickOpenWidget::prepareShow()
193{

Callers 1

focusInEventMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected