![]() |
Home · Examples |
[Next: QtCore Module]
Qt 4 consists of several modules, each of which lives in a separate library.
Modules for general software development:
QtCore | Core non-graphical classes used by other modules |
QtGui | Graphical user interface (GUI) components |
QtNetwork | Classes for network programming |
QtOpenGL | OpenGL support classes |
QtScript | Classes for evaluating Qt Scripts |
QtSql | Classes for database integration using SQL |
QtSvg | Classes for displaying the contents of SVG files |
QtWebKit | Classes for displaying and editing Web content |
QtXml | Classes for handling XML |
QtXmlPatterns | An XQuery & XPath engine for XML and custom data models |
Phonon | Multimedia framework classes |
Qt3Support | Qt 3 compatibility classes |
QtDesigner | Classes for extending Qt Designer |
QtUiTools | Classes for handling Qt Designer forms in applications |
QtHelp | Classes for online help |
QtAssistant | Support for online help |
QtTest | Tool classes for unit testing |
QAxContainer | Extension for accessing ActiveX controls |
QAxServer | Extension for writing ActiveX servers |
QtDBus | Classes for Inter-Process Communication using the D-Bus |
QT -= guiOn 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.
Copyright © 2008 Trolltech | Trademarks | Qt Jambi 4.4.2_01 |