|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Stratoshark-specific About dialog, extending the shared AboutDialog with Stratoshark branding and version information. More...
#include <stratoshark_about_dialog.h>
Public Member Functions | |
| StratosharkAboutDialog (QWidget *parent=0) | |
| Constructs the Stratoshark About dialog. | |
| virtual | ~StratosharkAboutDialog () |
| Destroys the dialog. | |
Public Member Functions inherited from AboutDialog | |
| AboutDialog (QWidget *parent=0) | |
| Construct an AboutDialog. | |
| virtual | ~AboutDialog () |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from AboutDialog | |
| virtual bool | event (QEvent *event) |
| Handle application-level events such as palette or font changes. | |
| virtual void | showEvent (QShowEvent *event) |
| Populate dynamic content the first time the dialog is shown. | |
| const char * | getVCSVersion () |
| Return the VCS (Git) revision string embedded at build time. | |
| QLabel * | labelLogo () const |
| Return the logo QLabel widget. | |
| QLabel * | labelTitle () const |
| Return the application title QLabel widget. | |
| QTabWidget * | tabWidget () const |
| Return the main QTabWidget containing all About tabs. | |
| QWidget * | tabWireshark () const |
| Return the "Wireshark" summary tab widget. | |
Stratoshark-specific About dialog, extending the shared AboutDialog with Stratoshark branding and version information.
|
explicit |
Constructs the Stratoshark About dialog.
| parent | Optional parent widget. |