How to learn Qt Advanced level?
-
wrote on 2 Jun 2016, 17:12 last edited by
Hi, this question is for quite experienced guys who has learned Qt quite deep.
My level of understanding of high-level programming with Qt is intermediate and even upper, however I want to learn internal work of Qt,
From what should I start, where can I find full sources of Qt classes like QObjct, QList, QQuickItem, etc ? -
Hi, this question is for quite experienced guys who has learned Qt quite deep.
My level of understanding of high-level programming with Qt is intermediate and even upper, however I want to learn internal work of Qt,
From what should I start, where can I find full sources of Qt classes like QObjct, QList, QQuickItem, etc ?wrote on 2 Jun 2016, 19:04 last edited by@Kofr Hi, you can download the entire source code with the installer or directly on the website. Just look in the /src folder..
In order to gain an in deep knowledge of Qt's internal I would recommend doing a master's degree at your local University and reading through Qt source code.. that should cover it. -
Hi,
code.qt.io is the central repository of all Qt's code.
Start from the qtbase module to have the basic pieces. If you would like to learn the internal, helping fixing bugs will also give you a better understanding of how things are working.
1/3