10#ifndef DISSECTOR_TABLES_DIALOG_H
11#define DISSECTOR_TABLES_DIALOG_H
17class DissectorTablesDialog;
44 void on_txtSearchLine_textChanged(
const QString &search_re);
46 void on_cmbSearchType_currentIndexChanged(
int);
49 void searchFilterChange();
52 Ui::DissectorTablesDialog *ui;
DissectorTablesDialog(QWidget *parent=0)
Constructs a new DissectorTablesDialog.
Definition dissector_tables_dialog.cpp:17
~DissectorTablesDialog()
Destroys the DissectorTablesDialog.
Definition dissector_tables_dialog.cpp:48
A proxy model that filters and sorts the DissectorTablesModel.
Definition dissector_tables_model.h:146
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91