Allows the user to see which Modules are available and toggle them on or off, when Modules are toggleable.
More...
|
| | ModulesDialog (QWidget *parent=nullptr) |
| | Constructs the modules dialog.
|
|
void | addAllModules () |
| | Populates the dialog with all available modules and their toggle controls.
|
|
void | init () |
| | Initializes the dialog layout and scroll area.
|
| QSize | minimumSizeHint () const override |
| | Returns the minimum recommended size for this dialog.
|
| QSize | sizeHint () const override |
| | Returns the recommended size for this dialog.
|
|
|
QGridLayout * | m_layout |
| | The grid layout for arranging module entries.
|
|
QCustomScrollArea * | m_scroll_area |
| | Scroll area containing the module list.
|
Allows the user to see which Modules are available and toggle them on or off, when Modules are toggleable.
Definition at line 11 of file ModulesDialog.h.
◆ ModulesDialog()
| ModulesDialog::ModulesDialog |
( |
QWidget * | parent = nullptr | ) |
|
Constructs the modules dialog.
- Parameters
-
| [in] | parent | The optional parent widget. |
◆ minimumSizeHint()
| QSize ModulesDialog::minimumSizeHint |
( |
| ) |
const |
|
override |
Returns the minimum recommended size for this dialog.
- Returns
- The minimum size.
◆ sizeHint()
| QSize ModulesDialog::sizeHint |
( |
| ) |
const |
|
override |
Returns the recommended size for this dialog.
- Returns
- The preferred size.
The documentation for this class was generated from the following file: