Qt33 Class Chart
Qt33 Class Chart
3 Class Hierarchy
Q QWidget
Qt
QObject
QWidgetFactory
QMemArray
QEvent
QAccel
QIMEvent
QAction
QKeyEvent
QApplication
QHideEvent
QCanvas
QDropEvent
QClipboard
QMimeSourceFactory QMutexLocker Q
QPaintEvent
QDns
QChildEvent
QDragObject
QMoveEvent
QEventLoop
QShowEvent
QProcess
AIX BSDI QBrush FreeBSD QCursor HP-UX Irix QKeySequence Linux Mac OS X QPainter NetBSD QPen OpenBSD Solaris QSyntaxHighlighter Tru64 QTab UnixWare Windows 95 QThread Windows 98 Windows NT 4 QTooltip Windows ME QWhatsThis Windows 2000 Windows XP
QCloseEvent
QServerSocket
QCanvasItem
QTimerEvent
QSessionManager
QCanvasText
QFocusEvent
QSignal
utf16 Unicode utf8 Unicode Big5 Chinese QAccessible GBK Chinese eucJP Japanese QAsciiCache JIS7 Japanese Shift-JIS Japanese eucKR Korean QChar KO18-R Russian TSCII Tamil QCharRef TIS-620 Thai KO18-U Ukranian CP 1258 QColor CP 1257 Baltic CP 1256 Arabic QColorGroup CP 1255 Hebrew CP 1254 Turkish QDataStream CP 1253 Greek CP 1252 Western CP 1251 Cyrillic QDate CP 1250 Central Europe CP 874 QDateTime ISO8859-15 Western ISO8859-14 ISO8859-13 QDeepCopy ISO8859-10 ISO8859-9 Turkish QDir ISO8859-8-i Hebrew ISO8859-8 Hebrew QDomNode ISO8859-7 Greek ISO8859-6 Arabic ISO8859-5 Cyrillic QFileInfo ISO8859-4 Baltic
QCanvasSprite
QWheelEvent
QSignalMapper
QCanvasPolygonalItem
QMouseEvent
QSocket
ISO8859-3 Central Europe QFont ISO8859-2 Central Europe ISO8859-1 Western QFontDatabase Apple Roman
QCanvasEllipse
QResizeEvent
QSound
QFontInfo QFontMetrics
QCanvasLine
QCustomEvent
QTimer
QCanvasPolygon
QContextMenuEvent
QTranslator
QCanvasSpline
QStyleSheet
QCanvasRectangle
QStyle
QCommonStyle
QUrlOperator
QWindowsStyle
QNetworkOperation
QWindowsXPStyle
QMotifStyle
QNetworkProtocol
QMacStyle
QValidator
QPlatinumStyle
QFtp
QDoubleValidator
QSGIStyle
QHttp
QIntValidator
QGLContext #include <qapplication.h> #include <qlabel.h> int main(int argc, char **argv) { QApplication app(argc, argv); QLabel *hello = new QLabel( "<font color=blue>" "Hello <i>Qt!</i>" "</font>", 0); app.setMainWidget(hello); hello->show(); return app.exec(); } QFile
QCDEStyle
QLocalFs
QRegExpValidator
QMotifPlusStyle
QEditorFactory
QStylePlugin
QSqlField
QLayout
QSqlFieldInfo
QSqlEditorFactory
QSqlRecord
QSqlDatabase
QSql
QSqlRecordInfo
QSqlDriver
QSqlResult
QSqlCursor
QSqlForm
QSqlPropertyMap
QSqlIndex
QDataBrowser
QSqlDriverPlugin
QSqlQuery
QDataView
QDataTable
1.1
Qt is a C++ toolkit for cross-platform GUI and application development. In addition to the Qt C++ class library, the toolkit includes tools like Qt Designer that make writing applications fast and straightforward. Qts multiplatform abilities and internationalization support means that Qt applications can reach the widest market.
www.trolltech.com doc.trolltech.com