The AppWidgetConfigures class Provides a settings panel for customizing the appearance and behavior of AppWidgets. More...
#include <AppWidgetConfigures.h>
Public Member Functions | |
AppWidgetConfigures (DesktopMainWindow *window, QWidget *parent=nullptr) | |
Constructs the AppWidgetConfigures widget. | |
~AppWidgetConfigures () | |
Destructor. | |
The AppWidgetConfigures class Provides a settings panel for customizing the appearance and behavior of AppWidgets.
This class allows users to modify settings such as font, color, and size for widgets displayed in the application. It is integrated with the main application window to preview and apply changes.
|
explicit |
Constructs the AppWidgetConfigures widget.
window | Pointer to the main desktop window for context. |
parent | Optional parent QWidget. |