Constants

Only these constants from QtGlobal namespace are defined:

QT_VERSION

Number with Qt version. E.g. 0x040100.

QT_VERSION_STR

A string with Qt version. See qVersion().

Q_WS_X11

True on X11 environment - UNIXes, except Mac OS X. False in all other cases.

Q_WS_MAC

True on Mac OS X. False in all other cases.

Q_WS_QWS

True on Qt Embedded Linux. False in all other cases.

Q_WS_WIN

True on MS Windows. False in all other cases.