20#include <QAbstractItemModel>
24#include <QSortFilterProxyModel>
77 QStringList typeNames_;
161 void updateWiresharkText();
164 QString script_pattern;
165 QString clipboardInfo;
173 void urlDoubleClicked(
const QModelIndex &idx);
179 void handleCopyMenu(QPoint pos);
184 void showInFolderActionTriggered();
191 void copyActionTriggered(
bool row =
false);
196 void copyRowActionTriggered();
204 void on_tblPlugins_doubleClicked(
const QModelIndex &index);
209 void on_copyToClipboard_clicked();
A table model backed by a list of string lists.
Definition astringlist_list_model.h:28
The About Wireshark dialog.
Definition about_dialog.h:102
QWidget * tabWireshark() const
Return the "Wireshark" summary tab widget.
Definition about_dialog.cpp:396
virtual ~AboutDialog()
Destructor.
Definition about_dialog.cpp:376
virtual bool event(QEvent *event)
Handle application-level events such as palette or font changes.
Definition about_dialog.cpp:402
virtual void showEvent(QShowEvent *event)
Populate dynamic content the first time the dialog is shown.
Definition about_dialog.cpp:415
QTabWidget * tabWidget() const
Return the main QTabWidget containing all About tabs.
Definition about_dialog.cpp:391
QLabel * labelLogo() const
Return the logo QLabel widget.
Definition about_dialog.cpp:381
QLabel * labelTitle() const
Return the application title QLabel widget.
Definition about_dialog.cpp:386
const char * getVCSVersion()
Return the VCS (Git) revision string embedded at build time.
Definition about_dialog.cpp:441
List model for the Authors tab of the About dialog.
Definition about_dialog.h:34
virtual QStringList headerColumns() const
Return the column header labels for the authors table.
Definition about_dialog.cpp:98
virtual ~AuthorListModel()
Destructor.
Definition about_dialog.cpp:96
List model for the Folders tab of the About dialog.
Definition about_dialog.h:84
virtual QStringList headerColumns() const
Return the column header labels for the folders table.
Definition about_dialog.cpp:250
List model for the Plugins tab of the About dialog.
Definition about_dialog.h:57
QStringList typeNames() const
Return the list of distinct plugin type name strings.
Definition about_dialog.cpp:165
virtual QStringList headerColumns() const
Return the column header labels for the plugins table.
Definition about_dialog.cpp:170