10#ifndef ENABLED_PROTOCOLS_DIALOG_H
11#define ENABLED_PROTOCOLS_DIALOG_H
44 void on_invert_button__clicked();
49 void on_enable_all_button__clicked();
54 void on_disable_all_button__clicked();
59 void on_search_line_edit__textChanged(
const QString &);
64 void on_cmbSearchType_currentIndexChanged(
int);
69 void on_cmbProtocolType_currentIndexChanged(
int);
74 void on_buttonBox_accepted();
79 void on_buttonBox_helpRequested();
88 Ui::EnabledProtocolsDialog *ui;
99 void searchFilterChange();
A dialog window for viewing, searching, and toggling enabled protocols.
Definition enabled_protocols_dialog.h:25
virtual ~EnabledProtocolsDialog()
Destroys the EnabledProtocolsDialog.
Definition enabled_protocols_dialog.cpp:51
A tree model managing the list of all standard and heuristic protocols.
Definition enabled_protocols_model.h:116
A proxy model used for filtering and sorting the enabled protocols model.
Definition enabled_protocols_model.h:246
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20