Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    [SOLVED]Qt5 tutorial/s

    General and Desktop
    3
    4
    1251
    Loading More Posts
    • 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.
    • P
      paupav last edited by

      Is Qt's licence making impossible for people to create eBook/paper_book/pdf tutorials or something? Even Gtkmm has more tutorials and full documentation. I'm looking for some Qt5 tutorial that isn't in video formats. I can't find any book or anything anywhere. Can anyone help me?

      1 Reply Last reply Reply Quote 0
      • T
        thEClaw last edited by

        Qt already has "the greatest documentation":http://qt-project.org/doc/qt-5/index.html I ever worked with - if you read it, you won't need anything else.

        There are "Tutorials":http://qt-project.org/doc/qt-5/qtexamplesandtutorials.html , many pages that go into deep detail about "Qt internals":http://qt-project.org/doc/qt-5/topics-core.html like "signals and slots":http://qt-project.org/doc/qt-5/signalsandslots.html , "internationalization":http://qt-project.org/doc/qt-5/internationalization.html , "the different ways to create user interfaces":http://qt-project.org/doc/qt-5/topics-ui.html or the "model/view framework":http://qt-project.org/doc/qt-5/model-view-programming.html .

        There is even a "list of books":http://qt-project.org/doc/qt-5/guibooks.html that might help you start out. And even though it might not be obvious, Qt4 and Qt5 are extremely similar, so it is not at all a problem to take a book written for Qt4 when trying to learn Qt5. Of course it would be advisable to read the documentation alongside, to increase the chance of discovering new features etc.

        With a documentation like this, books are somewhat obsolete - why should I buy one when I can get even more information from right inside the Qt Creator, while working on my code?

        1 Reply Last reply Reply Quote 0
        • P
          paupav last edited by

          Wow, thanks! I was searching whole day and couldn't find that.
          The documentation seems nice. Maybe it is even better than SFML's.

          1 Reply Last reply Reply Quote 0
          • A
            arsinte_andrei last edited by

            If this is satisfy you can you please mark it as SOLVED by editing the first post title. Also keep in mind that is Qt and not [QT]

            1 Reply Last reply Reply Quote 0
            • First post
              Last post