June 4, 2012

utcenter utcenter
Dinosaur Breeder
768 posts

A book on Qt5?

Page  
1

Coming from Amazon, all the books on subject Qt are focused on Qt4 (some even on Qt3) – with the beta of Qt5 already available and the final release hopefully approaching, are there (plans for) any Qt5 books, focusing on the more recent features of Qt? Even thou Qt Quick is part of Qt4, its late arrival resulted in its total absence from books on Qt4.

Devtalks are somewhat informative but don’t come nowhere near the informational value of a good a thorough book.

37 replies

June 4, 2012

leon.anavi leon.anavi
Mad Scientist
1062 posts

In my opinion you should wait for a stable version of Qt 5 first. No point for someone to publish a book while Qt 5 is still in beta.

 Signature 

http://anavi.org/

June 6, 2012

aabc aabc
Hobby Entomologist
257 posts

Is Qt 5 beta version available ?

June 6, 2012

leon.anavi leon.anavi
Mad Scientist
1062 posts
aabc wrote:
Is Qt 5 beta version available ?

Please have a look at Qt 5 roadmap and release plan [qt-project.org]

 Signature 

http://anavi.org/

June 6, 2012

Lukas Geyer Lukas Geyer
Dinosaur Breeder
2074 posts

The release plan is unfortunately not up-to-date. There will be (most probably) a first beta available around the contributor summit at the end of June.

June 6, 2012

miroslav miroslav
Lab Rat
228 posts

That, and there is nobody with sufficient experience in Qt5 who has time to write a book at the moment. If one would be published, I would be rather conspicuous. :-)

 Signature 

Mirko Boehm | .(JavaScript must be enabled to view this email address) | KDE e.V.
FSFE Fellow
Qt Certified Specialist

June 6, 2012

utcenter utcenter
Dinosaur Breeder
768 posts

In my first post I meant Alpha rather than beta, sorry if that caused confusion, I see that leon also mentioned beta, probably following my mistake :)

I hope Johan Thelin is cooking something up, I found his take on teaching Qt to be the easiest to digest for me.

June 21, 2012

CreMindES CreMindES
Robot Herder
208 posts

I hope that there will be a good book on Qt 5 and Qt Quick in the future. We are learning a lot from the doc and the wiki and of course from each other, but sometimes it’s also good and quite useful to read a book and discover new modules :)

July 10, 2012

Peppy Peppy
Hobby Entomologist
389 posts

I am gonna do a book about QtQuick1 …and I have no experience with Qt 5 …

October 6, 2012

DiegoRamos DiegoRamos
Lab Rat
3 posts
Hum… good post!. The changes in Qt 5, sounds good,

October 13, 2012

hailong hailong
Lab Rat
22 posts

Hi , I like Qt very much and I want to write a book about Qt5.
I have opened a public repo on github , check this https://github.com/longlongh4/coolqt , you can visit http://www.coolqt.com to view the book via web browser.
If you are interested in this project, contact with me, let’s write it together~

October 14, 2012

utcenter utcenter
Dinosaur Breeder
768 posts

I don’t really think compiling existing QML tutorials in a “book” is of much use. The reason a QML development book is needed is because people need more in-depth information on the subject on top of the trivial information of how to use individual QML features. There are enough QML examples of how to use the language and how to get nice eye candy quickly and easily, what is needed is a QML development primer for developing more complex real life applications, the workflow it involves, separating large scale C++ logic from the QML GUI, extending the language and so on.

December 20, 2012

masum masum
Hobby Entomologist
3 posts

Actually I think Qt 5 is the super set of Qt 4. So most of the libraries are same as Qt 5 as Qt 4 and also what is new at Qt 5 has published at Qt website. So if you know C++ very well and read books prior to Qt 5 and if understand hole things then Qt library reference is enough for your professional development.

 Signature 

Kind Regards

Md. Rashidul Hasan
Software Research Engineer
OnnoRokom Software Ltd.
Web: http://www.masums.com
Cell: 8801836885252

December 20, 2012

utcenter utcenter
Dinosaur Breeder
768 posts

Yes you are right, the only Qt4 stuff that is missing from Qt5 is the Qt3 compatibility modules.

But still, there is plenty of material on C++, which is essentially Qt4. There are about 6-7 very good books on Qt with C++ and when it comes to C++ in depth, I have a whole bookshelf of amazing in-depth books, but the issue at hand is QtQuick2 development.

The main focus of Qt5 is QML, which is what the developer community needs. There are plenty of examples and there is the documentation on QML, but most of it is very basic, there are only 2 QML tutorials I can think of that go into some depth, but don’t cover much ground as well.

December 22, 2012

stereomatching stereomatchi..
Robot Herder
277 posts

Agree with utcenter, we need in-depth QML tutorial

December 22, 2012

Lukas Geyer Lukas Geyer
Dinosaur Breeder
2074 posts

The documentation on QtQuick [qt-project.org] has actually improved a lot for Qt 5, providing loads of tutorials, examples and descriptions.

Is there anything particular you are missing?

Page  
1

  ‹‹ Qt3D errors      Lookup Table without a view ››

You must log in to post a reply. Not a member yet? Register here!