The WallpaperConfigures class Provides configuration options for managing wallpaper switching behavior. More...
#include <WallpaperConfigures.h>
Public Member Functions | |
WallpaperConfigures (DesktopMainWindow *parent) | |
Constructs the WallpaperConfigures widget. | |
~WallpaperConfigures () | |
Destructor. | |
void | setMode (const WallPaperEngine::SwitchingMode mode) |
Sets the wallpaper switching mode. | |
The WallpaperConfigures class Provides configuration options for managing wallpaper switching behavior.
This class allows users to choose wallpaper switching modes and configure related parameters through the associated UI.
|
explicit |
Constructs the WallpaperConfigures widget.
parent | Pointer to the main desktop window. |
void WallpaperConfigures::setMode | ( | const WallPaperEngine::SwitchingMode | mode | ) |
Sets the wallpaper switching mode.
mode | The desired switching mode. |