![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
Qt is a cross-platform GUI toolkit, so almost the entire API is the same on all platforms and windowsystems. However some development tasks may require you to write small windowsystem-specific tasks. This page documents the windowsystem-specific parts of the Qt API. Note that any use of these features renders your application non-portable to other Qt-supported windowsystems, so protect such code with appropriate "#ifdef" directives (see below), preferably with code for each platform to which you wish to retain portability.
For information about which platforms are supported by Qt, see the Platform Notes.
When compiling for this platform, the macro Q_WS_X11 is defined.
Not documented here. Please contact Trolltech Technical Support if you have queries.
When compiling for this platform, the macro Q_WS_WIN is defined.
Not documented here. Please contact Trolltech Technical Support if you have queries.
When compiling for this platform, the macro Q_WS_QWS is defined (the window system is literally the Qt Window System).
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta3
|