| ホーム · All Namespaces · 全てのクラス · メインのクラス · グループ別クラス · モジュール一覧 · 関数一覧 |
[Next: QtCore Module]
Qt 4 は複数のモジュールから構成され、それぞれが別のライブラリになっています。
一般的なソフトウェア開発で使われるモジュール:
| QtCore | グラフィック表示要素がなく、他のモジュールから使われる中核となるモジュール |
| QtGui | GUI コンポーネント |
| QtNetwork | ネットワークプログラミング用クラス群 |
| QtOpenGL | OpenGL サポートクラス群 |
| QtScript | Qt スクリプト実行用クラス群 |
| QtScriptTools | Qt スクリプトコンポーネントの追加分 |
| QtSql | SQL を使うデータベース用のクラス群 |
| QtSvg | SVG ファイルのコンテンツ表示用クラス群 |
| QtWebKit | Web コンテンツの表示・編集用クラス群 |
| QtXml | XML ハンドリング用クラス群 |
| QtXmlPatterns | XML とカスタムデータモジュール用の XQuery と XPath エンジン |
| Phonon | マルチメディアフレームワーククラス群 |
| Qt3Support | Qt 3 互換クラス群 |
Qt のツールと一緒に使えるモジュール:
| QtDesigner | Qt Designer の拡張用クラス群 |
| QtUiTools | Classes for handling Qt Designer forms in applications |
| QtHelp | オンラインヘルプ用クラス群 |
| QtAssistant | オンラインヘルプのサポート用 |
| QtTest | ユニットテスト用クラス群 |
The following extension modules are available in the Qt Commercial Editions on Windows:
| QAxContainer | Extension for accessing ActiveX controls |
| QAxServer | Extension for writing ActiveX servers |
The following extension module is available in all Qt Editions on Unix platforms:
| QtDBus | Classes for Inter-Process Communication using the D-Bus |
If you use qmake to build your projects, the QtCore and QtGui modules are included by default. To link only against QtCore, add the following line to your .pro file:
QT -= gui
On Windows, if you do not use qmake, the Visual Studio Integration available to commercial licensees, or other build tools such as CMake, you also need to link against the qtmain library.
参照: Qt のクラス.
[次: QtCore Module]
| Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.5.0 |