10 #ifndef PREFERENCES_DIALOG_H
11 #define PREFERENCES_DIALOG_H
23 class QAbstractButton;
42 void setPane(
const QString module_name);
45 void showEvent(QShowEvent *evt);
50 Ui::PreferencesDialog *pd_ui_;
52 QHash<QString, QWidget*> prefs_pane_to_item_;
58 bool saved_capture_no_extcap_;
60 QTimer *searchLineEditTimer;
61 QString searchLineEditText;
64 void selectPane(QString pane);
65 void on_advancedSearchLineEdit_textEdited(
const QString &search_re);
66 void on_showChangedValuesCheckBox_toggled(
bool checked);
68 void on_buttonBox_accepted();
69 void on_buttonBox_rejected();
70 void on_buttonBox_helpRequested();
71 void on_buttonBox_clicked(QAbstractButton *button);
79 void updateSearchLineEdit();
Definition: pref_delegate.h:23
Definition: pref_models.h:94
Definition: geometry_state_dialog.h:17
Definition: pref_models.h:135
Definition: preferences_dialog.h:30
void setPane(const QString module_name)
Definition: preferences_dialog.cpp:160
Definition: pref_models.h:50