(Continuously updated in 20180408) Many beautiful interface examples developed based on QtQuick2.0 (as the first choice for entry)
client
Use QtQuick technology to develop cool clients
- Develop client interface using QML
- Imitate the driver wizard interface (to be improved)
- Imitate QQ interface (to be developed)
- Imitate Xunlei’s skin setting interface (to be improved)
- Supports window stretching and can set docking properties
- Added interface for QML and C++ exchange
- Added Youzan Mall API interface and interface (you need to apply for the Youzan API key, etc.)
- Added custom calendar selection function
- Added the function of printing Youzan Mall orders
- Refresh order function
- Added a new QR code generation interface (you can refer to my other project QR code generator)
- Added 360 security interface imitation
- Integrate various pages
- Add system tray function
- Added digital rain effect
yearning
- Realize the update and dissemination of the latest information on QtQuick in China
- Expand QtQuick's visibility in the mobile development world
- Compatible with the development of various mainstream platforms
- Lay the foundation for your own App
contribute
Things to note
- The project Qt5.3-Qt5.7 is compiled and passed
- All picture resources belong to 360 Qihoo Company, please do not use them for commercial purposes.
- Currently, the sub-project loading method is modified: DEFINES += USE_YOUZAN of the pro file. You can change it to other sub-projects. Please refer to the main.cpp code for details.
- If you have any questions related to QtQuick, you can go to the QtQuick forum to ask questions or join the QQ group at the bottom of the website.
- The example has multiple demos. You can switch the path of loading qml in main.cpp by yourself.
- The examples involve image resources, please provide them by yourself (image copyright issues are involved)
- The qml loading path in the example is a relative path. To facilitate debugging, please be careful not to use shadow builds.