Advance Study materials
-
wrote on 25 Mar 2014, 12:27 last edited by
I am find some very advance study materials, I have read 2 books* Foundations of Qt Development* and C++ GUI Programming with Qt4 and currently reading Advanced Qt Programming Creating Great Software with Cpp and Qt4.
But still finding some advance study materials which explain Qt in deep, if someone suggest me few books or any other document which covers advance topics. -
wrote on 25 Mar 2014, 12:41 last edited by
We have a page dedicated to "Qt Books":http://qt-project.org/books
happy reading
-
wrote on 25 Mar 2014, 12:44 last edited by
There is no need to make duplicate topics in separate forum groups :
"duplicate":http://qt-project.org/forums/viewthread/40241/I will close the other one
-
wrote on 25 Mar 2014, 15:58 last edited by
There are a lot of books in "Qt books":http://qt-project.org/books, and as i discussed i have gone through 3 of theme, so can u plz tell me which book can provide me some advanced stuff.
Thanks
-
wrote on 25 Mar 2014, 19:23 last edited by
I would recommend reading the design patterns book next.
What topics would you like to find more advanced information upon? There is a lot to find in the wonderfull Qt world. We can help you find what you need.
-
wrote on 26 Mar 2014, 04:20 last edited by
Thanks for suggesting this book.
I would like to read advance stuff about Painting and QPaintDevice, and i also like to read some good stuff on Rich text processing.
please suggest me.Thanks,
-
wrote on 26 Mar 2014, 09:20 last edited by
Did you search the docs already?
"rich text processing from the docs":http://qt-project.org/doc/qt-5/richtext.html
"paint system":https://qt-project.org/doc/qt-5.0/qtgui/paintsystem.htmlalso you can search the examples for tutorials with working code.
"paint examples":http://qt-project.org/doc/qt-5.0/qtwidgets/examples-painting.html
"rich text examples":https://qt-project.org/doc/qt-5.1/qtwidgets/examples-richtext.html -
wrote on 26 Mar 2014, 17:26 last edited by
yes i did.
Some other stuff except these?Thanks,
-
wrote on 26 Mar 2014, 18:23 last edited by
The next step is reading the Qt source code I guess...
4/9