42 void setPane(
const QString module_name);
45 void keyPressEvent(QKeyEvent *event);
46 void showEvent(QShowEvent *evt);
51 Ui::PreferencesDialog *pd_ui_;
53 QHash<QString, QWidget*> prefs_pane_to_item_;
59 bool saved_capture_no_extcap_;
61 QTimer *searchLineEditTimer;
62 QString searchLineEditText;
65 void selectPane(QString pane);
66 void handleCopyMenu(QPoint);
67 void copyActionTriggered();
68 void copyRowActionTriggered();
69 void on_advancedSearchLineEdit_textEdited(
const QString &search_re);
70 void on_showChangedValuesCheckBox_toggled(
bool checked);
72 void on_buttonBox_accepted();
73 void on_buttonBox_rejected();
74 void on_buttonBox_helpRequested();
75 void on_buttonBox_clicked(QAbstractButton *button);
83 void updateSearchLineEdit();