#include <about.h>
Class for working with the About form.
◆ About()
| About::About |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
Main constructor of the About class.
- Parameters
-
◆ ~About()
Destructor of the About class.
◆ formClosedEvent
| void About::formClosedEvent |
( |
| ) |
|
|
privateslot |
Form closed event slot (handler).
◆ initializeSettings()
| void About::initializeSettings |
( |
| ) |
|
|
private |
◆ loadFormSettings()
| void About::loadFormSettings |
( |
| ) |
|
|
private |
Load form settings from file: position and size.
◆ saveFormSettings()
| void About::saveFormSettings |
( |
| ) |
|
|
private |
Save form settings to file: position and size.
◆ setDefaultFormPosition()
| void About::setDefaultFormPosition |
( |
| ) |
|
|
private |
Set the default form position to the center of the screen.
◆ setFormControls()
| void About::setFormControls |
( |
| ) |
|
|
private |
Set custom form controls.
◆ setFormEvents()
| void About::setFormEvents |
( |
| ) |
|
|
private |
Initialize and connect the events for the form.
◆ setFormStyle()
| void About::setFormStyle |
( |
| ) |
|
|
private |
◆ setSavedFormPosition()
| void About::setSavedFormPosition |
( |
| ) |
|
|
private |
Set the form position based on saved settings.
◆ settings
◆ ui
Stores the GUI application form instance.
The documentation for this class was generated from the following files: