Using ActiveX from Qt applications.
Doing animations with Qt.
Using D-Bus from Qt applications.
Ask your question: When is the next Qt release? Reply was: Sorry, I don't know the answer Ask your question: What is the answer to life, the universe and everything? Reply was: 42
The D-Bus List Names examples shows how to query D-Bus for a list of service names.
The D-Bus Ping Pong example provides a basic demonstration of D-Bus interfaces.
$ ./pong & $ ./ping Hello Reply was: ping("Hello") got called
How to access your platform's native drag and drop functionality.
Using the Graphics View framework.
Basic Graphics Layouts Example
Graphics View Flow Layout Example
Using Qt's layout-based approach to widget management.
Examples for the Qt Bluetooth module.
QML Bluetooth Picture Push Example
QML Bluetooth Low Energy Heart Listener
QML Bluetooth Low Energy Scanner
Examples for the Qt NFC module.
Qt Quick Examples and Tutorials
Building UIs with QML Qt includes several examples to demonstrate a particular usage. The examples run as applications or as non-GUI examples in Qt Creator. Qt tutorials show the step-by-step information and give insight to particular code snippets.
本文转自博客园Grandyang的博客,原文链接:Qt实例汇总Qt Examples ,如需转载请自行联系原博主。