• WindowsDesktopProperties
  • WindowsDesktopProperties Class

    . More...

    Header: #include <WindowsDesktopProperties>

    Public Functions

    QColor color() const
    bool isTiled() const
    QPoint position() const
    QString wallpaperPath() const
    int wallpaperStyle() const
    int windowsVersion() const

    Public Slots

    void setColor(QColor color)
    void setIsTiled(bool isTiled)
    void setPosition(QPoint position)
    void setWallpaperPath(QString wallpaperPath)
    void setWallpaperStyle(int wallpaperStyle)
    void setWindowsVersion(int windowsVersion)

    Signals

    void colorChanged(QColor color)
    void isTiledChanged(bool isTiled)
    void positionChanged(QPoint position)
    void wallpaperPathChanged(QString wallpaperPath)
    void wallpaperStyleChanged(int wallpaperStyle)
    void windowsVersionChanged(int windowsVersion)

    Detailed Description