Lesson Learned and Further Reading

This guide has given you an introduction to application programming in Qt Quick. We’ve touched all major aspects of Qt Quick by extending the code of a very simple “Hello World” application to become a real application, which can be used on a daily basis. This is it:

../_images/qtquick_app_dev_intro_final_app.png

The main purpose of this guide was to help you get started and show where you can go if you need more details. The guide does not cover all details as that would overlap with Qt documentation [http://qt-project.org/doc/qt-4.8/index.html] and other resources on the internet.

We did not touch one very import point in detail, but at least mentioned it a few times. This is about using C++ to extend Qt Quick and provide interfaces to existing software systems. The following articles in Qt Documentation are a good starting point to learn more about this:

In addition to the Qt Quick examples provided with Qt, many other interesting examples are included in the Qt training materials:

Good luck and have fun using Qt Quick!