![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Types | |
enum | ProfileAction { ShowProfiles , NewProfile , ImportZipProfile , ImportDirProfile , ExportSingleProfile , ExportAllProfiles , EditCurrentProfile , DeleteCurrentProfile } |
Public Member Functions | |
ProfileDialog (QWidget *parent=Q_NULLPTR) | |
int | execAction (ProfileAction profile_action) |
void | selectProfile (QString profile=QString()) |
Select the profile with the given name. More... | |
![]() | |
GeometryStateDialog (QWidget *, Qt::WindowFlags f=Qt::WindowFlags()) | |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) |
![]() | |
void | loadGeometry (int width=0, int height=0, const QString &dialog_name=QString()) |
void ProfileDialog::selectProfile | ( | QString | profile = QString() | ) |
Select the profile with the given name.
If the profile name is empty, the currently selected profile will be choosen instead. If the choosen profile is invalid, the first row will be choosen.
profile | the name of the profile to be selected |