void | resized ( Number screen ) |
void | screenCountChanged ( Number newCount ) |
void | workAreaResized ( Number screen ) |
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.
Holds the index of the screen that is configured to be the primary screen on the system.
Holds the number of screens currently available on the system.
Holds if the system manages the available screens in a virtual desktop.
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.