[SOLVED]Qt5 tutorial/s
-
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?
-
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?
-
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]