![]() |
NDEVR
API Documentation
|
Shows information about the current software version. More...
Public Member Functions | |
| AboutDialog (WindowManager *window_manager, QWidget *parent=nullptr) | |
| Constructs the AboutDialog. | |
Private Member Functions | |
| void | setVisible (bool visible) override |
| Handles visibility changes, refreshing content when the dialog becomes visible. | |
| QSize | sizeHint () const override |
| Returns the recommended size for this dialog. | |
Shows information about the current software version.
A large dialog that displays information on version. Shows any bundled manuals. Shows active and inactive modules. Usually accessed via the ribbon via the "About" button.
Definition at line 54 of file AboutDialog.h.
|
explicit |
Constructs the AboutDialog.
| [in] | window_manager | The application window manager used to access module and manual information. |
| [in] | parent | The optional parent widget. |
References AboutDialog().
Referenced by AboutDialog().
|
overrideprivate |
Handles visibility changes, refreshing content when the dialog becomes visible.
| [in] | visible | Whether the dialog should be shown or hidden. |
|
overrideprivate |
Returns the recommended size for this dialog.