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

Method showStandardButtons

plugins/quickopen/quickopenwidget.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void QuickOpenWidget::showStandardButtons(bool show)
129{
130 if (show) {
131 ui.okButton->show();
132 ui.cancelButton->show();
133 } else {
134 ui.okButton->hide();
135 ui.cancelButton->hide();
136 }
137}
138
139bool QuickOpenWidget::sortingEnabled() const
140{

Callers 2

focusInEventMethod · 0.80
QuickOpenWidgetDialogMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected