42 void setPane(
const QString module_name);
45 void keyPressEvent(QKeyEvent *event);
46 void showEvent(QShowEvent *evt);
50 void resizeSplitter();
52 Ui::PreferencesDialog *pd_ui_;
54 QHash<QString, QWidget*> prefs_pane_to_item_;
60 bool saved_capture_no_extcap_;
62 QTimer *searchLineEditTimer;
63 QString searchLineEditText;
66 void selectPane(QString pane);
67 void handleCopyMenu(QPoint);
68 void copyActionTriggered();
69 void copyRowActionTriggered();
70 void on_advancedSearchLineEdit_textEdited(
const QString &search_re);
71 void on_showChangedValuesCheckBox_toggled(
bool checked);
73 void on_buttonBox_accepted();
74 void on_buttonBox_rejected();
75 void on_buttonBox_helpRequested();
76 void on_buttonBox_clicked(QAbstractButton *button);
84 void updateSearchLineEdit();