Qt for Beginners

From Qt Wiki
Revision as of 16:11, 8 March 2015 by Simow (talk | contribs) (Simow moved page Qt for beginners to Qt for Beginners: Wording)
Jump to navigation Jump to search


New to Qt ? Don't know how to start ? This wiki page is for you ! It is a step by step tutorial that presents all specificities and features of Qt.

Warning : be sure to have some knowledge in C++ before starting ! If you are unsure about some notions, you might check the C++ reminder.

Remark : this tutorial series target mainly Qt4. Even if most of these tutorials are also valid for Qt5, the case of Qt5 is discussed in a separate part.

Introduction to Qt and Widgets

Advanced topics

  • Managing threads and processes
  • Displaying information using model views
  • Painting and the graphics scene
  • XML parsing made easy
  • Accessing databases
  • Web in Qt application
  • Exercise 2 : advanced Qt

Qt Quick

  • Introduction
  • Layout elements with anchors
  • States and transitions, animations
  • QML files organization
  • Bind your Quick app with C++
  • Extend Quick
  • Exercise 3 : Qt Quick

Other topics

  • C++ reminder
  • Deploying my application
  • Translate my application
  • What's new in Qt 5

Contacts