42 void setPane(
const QString module_name);
43 void enableAggregationOptions(
bool);
46 void keyPressEvent(QKeyEvent *event);
47 void showEvent(QShowEvent *evt);
51 void resizeSplitter();
53 Ui::PreferencesDialog *pd_ui_;
55 QHash<QString, QWidget*> prefs_pane_to_item_;
61 bool saved_capture_no_extcap_;
63 QTimer *searchLineEditTimer;
64 QString searchLineEditText;
67 void selectPane(QString pane);
68 void handleCopyMenu(QPoint);
69 void copyActionTriggered();
70 void copyRowActionTriggered();
71 void on_advancedSearchLineEdit_textEdited(
const QString &search_re);
72 void on_showChangedValuesCheckBox_toggled(
bool checked);
74 void on_buttonBox_accepted();
75 void on_buttonBox_rejected();
76 void on_buttonBox_helpRequested();
77 void on_buttonBox_clicked(QAbstractButton *button);
85 void updateSearchLineEdit();