Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
СРС ИЭМС Курс №24 ИППС.doc
Скачиваний:
20
Добавлен:
05.06.2015
Размер:
809.98 Кб
Скачать

Snapshot-users

This is a special mailing list, snapshot-users, for discussion of issues specific to the Qt rsync server pre-release versions or the periodic Qt snapshots. We encourage you to use this mailing list in stead of qt-interest for issues relating to beta/pre-release versions of Qt.

Send the word "subscribe" or "unsubscribe" (without the quotes) in the body of a message to snapshot-users-request@trolltech.com to be added to or removed from snapshot-users.

If the robot is unable to match your request with any of the subscribers, the list administrator will do it within a few days, or write to you.

Marketplace

The mailing list marketplace is intended for third party commercial messages related to Trolltech products (Qt, Qt/Embedded, Qtopia, QSA and Teambuilder). The list is intended for managers and programmers interested in add-on products or services for Qt, Qtopia, QSA and other Trolltech products, as well as companies offering such services and products. Messages that would be appropriate on marketplace@trolltech.com would be:

  • Announcements about product and component availability

  • Jobs wanted

  • Jobs offered

  • Request for Quotations (RFQs),

  • Discussions about possible third party components and widgets

  • Other messages of a commercial nature related to Trolltech products

Send the word "subscribe" or "unsubscribe" (without the quotes) in the body of a message to marketplace-request@trolltech.com to be added to or removed from marketplace.

If the robot is unable to match your request with any of the subscribers, the list administrator will do it within a few days, or write to you.

Copyright © 2002 Trolltech

Trademarks

Questions? Contact us!

Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

Window System-specific Notes

Qt is a multiplatform GUI toolkit, so almost the entire API is the same on all platforms and window systems. If you wish to use platform-specific features, and still maintain a platform-independent source tree, you should protect the platform-specific code using the appropriate #ifdef statements (see below).

  • Qt/X11

  • Qt/Windows

  • Qt/Mac OS X

  • Qt/Embedded

For information about which platforms are supported by Qt, see the Platform Notes. For information on distributing Qt applications, see Deploying Qt Applications.

Qt/X11

When compiling for this platform, the macro Q_WS_X11 is defined.

Not documented here. Please contact Trolltech Technical Support if you have queries.

Qt/Windows

When compiling for this platform, the macro Q_WS_WIN is defined.

Not documented here. Please contact Trolltech Technical Support if you have queries.

Qt/Mac os X

When compiling for this platform, the macro Q_WS_MACX is defined.

  • Qt/Mac issues

Qt/Embedded

When compiling for this platform, the macro Q_WS_QWS is defined (the window system is literally the Qt Window System).

  • Installation

  • Qt/Embedded performance tuning

  • Running Qt/Embedded applications

  • Porting your applications to Qt/Embedded

  • Font formats and definitions

  • Character input (keyboard, pen, ...)

  • Pointer handling (mouse, pen, ...)

  • Reduce memory use with the feature definition file

Copyright © 2003 Trolltech

Trademarks

Qt 3.2.3

Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions