User Tools

Site Tools


QDesktopWidget (deprecated)

DAZScript accessible portions of the Qt native QDesktopWidget class. (deprecated).

More...

Inherits :

Properties

Signals

voidresized ( Number screen )
voidscreenCountChanged ( Number newCount )
voidworkAreaResized ( Number screen )

Detailed Description

Deprecated

Exists only to keep old code working. Do not use in new code. Use DzDesktopWidget instead.

This page exists in order to indicate the script accessible properties and signals of the Qt native QDesktopWidget class. Use Global::getDesktop() to retrieve an object of this type.

Properties


Number : primaryScreen

Holds the index of the screen that is configured to be the primary screen on the system.


Number : screenCount

Holds the number of screens currently available on the system.


Boolean : virtualDesktop

Holds if the system manages the available screens in a virtual desktop.

Signals


void : resized( Number screen )

Signature:“resized(int)”

Emitted when the size of screen changes.


void : screenCountChanged( Number newCount )

Signature:“screenCountChanged(int)”

Emitted when the number of screens changes to newCount.


void : workAreaResized( Number screen )

Signature:“workAreaResized(int)”

Emitted when the work area available on screen changes.