- Introduction to Qt
-
Survey of GUI toolkits
-
Technical and product
history of Qt, Trolltech.
-
Dual-license of Qt
- Installation
-
Getting Qt sources
-
Compiling & Installing Qt
- Hello
World program in Qt
- Introduction to Signals and Slots
-
Making, Breaking a connection
-
Creating signals and slots
- Introduction to UI programming in Qt
-
The QWidget class
-
the QMainWindow
class
-
Qt Designer
-
User actions:QAction/QToolButton/QMenu/QToolBar
-
Exercise: Text
Editor
- Containers, Types, and Macros
-
QList, QMap, QStack & Interating
containers
- Common Widgets
-
QPushButton, QCheckBox, QRadioButton
-
QLabel, QLineEdit, QSpinBox,
QGroupBox, QSlider & QProgressBar
- Common
Dialogs
-
QFileDialog, QInputDialog & QColorDialog
-
QMessageBox
-
QProgressDialog
- Custom Widgets
-
Form Widgets
-
Custom controls
- Layouts
-
Vertical and Horizontal layouts
-
Grid layouts
-
Form layouts
-
Custom layouts
-
Drawing & Printing (Arthur
Framework)
-
Drawing framework: QPainter, QPaintDevice, PaintEngine
-
Helper
classes: QRect, QPoint, QPen, QBrush,Gradient & QPainterPat
-
Drawing
on widgets
-
Drawing on pixmaps
-
Printing; Transformations: QMatrix, QTransform
- Handling Events
in Qt
-
Event model in Qt. (QEvent and subclasses, QObject::event()
method)
-
Event handlers in Qt (paintEvent, mousePressEvent, mouseReleaseEvent)
-
Event
filters; Signal/Slot internals (QMetaObject and friends)
- The
Model-View Framework (Interview)
-
Introduction to MVC Design Pattern
-
QAbstractItemModel Qt's
Model class
-
QAbstractItemView Qt's View class
-
QAbstractItemDelegate Qt's
Delegate class
-
QModelIndex Qt's data pointer into model
-
Built in
models: QDirModel, QStringListModel, QFileSystemModel
-
Built
in views: QListView, QTreeView, QColumnView, QTableView
-
Built
in item views: QListWidget, QTreeWidget, QtableWidget
-
Writing
custom models and views
- Graphics View Framework
- QGraphicsScene, QGraphicsView & QGraphicsItem
- OTS Items: QGraphicsLineItem, QGraphicsRectItem, QgraphicsEllipseItem
- Custom items; Transformations and Interactive graphics
|
- Files, Streams
-
IO Device framework: QIODevice
-
Built in IO Devices: QFile, QBuffer
-
Stream classes: QTextStream & QdataStream
-
Buffer classes: QByteArray, QString
- Help System (Qt 4.4 module)
-
How to create compressed help files
in Qt
-
Using compressed help files in Qt assistant
-
Showing help in your applications using
-
HelpEngine & friends
- Multimedia (Phonon)
-
How to play audio and video files in Qt
- HTML Rendering (WebKit)
-
Introduction to WebKit project; QWebView the
Browser control in Qt
- Making your applications scriptable (QtScript)
-
Basic concepts: What
does a scriptable application mean
-
Evaluating scripts using QScriptEngine
-
Accessing Qt/C++ objects in the script environment
-
Accessing variables in the script within Qt/C++
-
Designing objects for scriptability
- XML
-
DOM and SAX; Parsing XML files; Authoring XML files
- OpenGL
-
The QGLWidget class; Using OpenGL in graphics view
-
Using OpenGL in your widgets
- Doing Things in Parallel. (Threads and Qprocess)
-
QThread, QMutex
and QSemaphore; - QProcess
- Plugin system
-
QPlugin and friend classes; Creating Qt Designer plugins
-
Architecting
applications to allow extensions via plugins
-
How to load and use
plugins
-
Using QLibrary to dynamically load libraries
- Networking
-
Understanding QAbstractSocket
-
TCP/IP communication using QTcpSocket & QTcpServer
-
UDP communication using QUdpSocket
-
FTP / HTTP Transactions
- Introduction to Third-Party Libraries
-
Qwt Graphing Library
-
GCF Components Framework Library (similar to Microsoft's
COM & KParts)
|