10#ifndef SUPPORTED_PROTOCOLS_DIALOG_H
11#define SUPPORTED_PROTOCOLS_DIALOG_H
17class SupportedProtocolsDialog;
42 Ui::SupportedProtocolsDialog *ui;
46 QTimer *searchLineEditTimer;
47 QString searchLineEditText;
53 void updateStatistics();
69 void updateSearchLineEdit();
75 void on_searchLineEdit_textChanged(
const QString &search_re);
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
SupportedProtocolsDialog(QWidget *parent=0)
Constructs the Supported Protocols dialog and begins populating the tree.
Definition supported_protocols_dialog.cpp:20
~SupportedProtocolsDialog()
Destroys the dialog and releases all associated resources.
Definition supported_protocols_dialog.cpp:56
Tree model that exposes all registered Wireshark protocols and their fields, organised as a parent–ch...
Definition supported_protocols_model.h:92
Sort/filter proxy model for SupportedProtocolsModel that performs case-insensitive substring filterin...
Definition supported_protocols_model.h:191