NDEVR
API Documentation
AboutDialog

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ AboutDialog()

AboutDialog::AboutDialog ( WindowManager * window_manager,
QWidget * parent = nullptr )
explicit

Constructs the AboutDialog.

Parameters
[in]window_managerThe application window manager used to access module and manual information.
[in]parentThe optional parent widget.

References AboutDialog().

Referenced by AboutDialog().

Member Function Documentation

◆ setVisible()

void AboutDialog::setVisible ( bool visible)
overrideprivate

Handles visibility changes, refreshing content when the dialog becomes visible.

Parameters
[in]visibleWhether the dialog should be shown or hidden.

◆ sizeHint()

QSize AboutDialog::sizeHint ( ) const
overrideprivate

Returns the recommended size for this dialog.

Returns
The preferred size hint.

The documentation for this class was generated from the following file: