Main window class for the settings interface. More...
#include <SettingsWindow.h>
Public Member Functions | |
| SettingsWindow (DesktopMainWindow *window, QWidget *parent=nullptr) | |
| Constructs the settings window. | |
| ~SettingsWindow () | |
| Destructor for SettingsWindow. | |
Main window class for the settings interface.
Provides the user interface and logic for configuring application settings.
|
explicit |
Constructs the settings window.
| window | Pointer to the main desktop window. |
| parent | Optional parent widget. |