Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to learn Qt Advanced level?
Forum Updated to NodeBB v4.3 + New Features

How to learn Qt Advanced level?

Scheduled Pinned Locked Moved Unsolved General and Desktop
coresource codequick
3 Posts 3 Posters 1.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kofr
    wrote on last edited by
    #1

    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 ?

    M 1 Reply Last reply
    0
    • K Kofr

      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 ?

      M Offline
      M Offline
      Misty River
      wrote on last edited by
      #2

      @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.

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        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.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved