ホーム · All Namespaces · 全てのクラス · メインのクラス · グループ別クラス · モジュール一覧 · 関数一覧

[Next: QtCore Module]

Qt のモジュール

Qt 4 は複数のモジュールから構成され、それぞれが別のライブラリになっています。

一般的なソフトウェア開発で使われるモジュール:

QtCoreグラフィック表示要素がなく、他のモジュールから使われる中核となるモジュール
QtGuiGUI コンポーネント
QtNetworkネットワークプログラミング用クラス群
QtOpenGLOpenGL サポートクラス群
QtScriptQt スクリプト実行用クラス群
QtScriptToolsQt スクリプトコンポーネントの追加分
QtSqlSQL を使うデータベース用のクラス群
QtSvgSVG ファイルのコンテンツ表示用クラス群
QtWebKitWeb コンテンツの表示・編集用クラス群
QtXmlXML ハンドリング用クラス群
QtXmlPatternsXML とカスタムデータモジュール用の XQuery と XPath エンジン
Phononマルチメディアフレームワーククラス群
Qt3SupportQt 3 互換クラス群

Qt のツールと一緒に使えるモジュール:

QtDesignerQt Designer の拡張用クラス群
QtUiToolsClasses for handling Qt Designer forms in applications
QtHelpオンラインヘルプ用クラス群
QtAssistantオンラインヘルプのサポート用
QtTestユニットテスト用クラス群

The following extension modules are available in the Qt Commercial Editions on Windows:

QAxContainerExtension for accessing ActiveX controls
QAxServerExtension for writing ActiveX servers

The following extension module is available in all Qt Editions on Unix platforms:

QtDBusClasses 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