Results 1 to 4 of 4

Thread: Is the book "C++ GUI Programming with Qt 4, Second Edition" really dated ?

  1. #1
    Join Date
    Nov 2014
    Posts
    2
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Windows

    Default Is the book "C++ GUI Programming with Qt 4, Second Edition" really dated ?

    Correct me if I am wrong . I have read on many forums that Qt versions which are released after 4.6 are mainly focused on Qt quick and qml and not on Qt widgets because widgets have attained stability . Is that true ? If it is then then the books “C++ GUI Programming with Qt 4, Second Edition “ and “Advanced Qt programming by Mark Summerfield “ which focus on Qt 4.3 and 4.6 respectively are not outdated if I want to learn only about Qt widgets and not about Qt quick . So, should I read those books ?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is the book "C++ GUI Programming with Qt 4, Second Edition" really dated ?

    Quote Originally Posted by Ayush View Post
    Correct me if I am wrong .
    Consider yourself corrected

    Quote Originally Posted by Ayush View Post
    I have read on many forums that Qt versions which are released after 4.6 are mainly focused on Qt quick and qml and not on Qt widgets because widgets have attained stability . Is that true ?
    No

    Quote Originally Posted by Ayush View Post
    If it is then then the books “C++ GUI Programming with Qt 4, Second Edition “ and “Advanced Qt programming by Mark Summerfield “ which focus on Qt 4.3 and 4.6 respectively are not outdated if I want to learn only about Qt widgets and not about Qt quick . So, should I read those books ?
    These books still contain a lot of knowledge applicable even to Qt5.
    Especially, and not exclusively, if the UI is to use QtWidgets.

    Cheers,
    _

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Is the book "C++ GUI Programming with Qt 4, Second Edition" really dated ?

    As far as I know, there aren't any books out yet on Qt 5. The basics of QtCore, QtGui, and QtWidgets in particular are pretty stable, and the few things that have changed between Qt4 and Qt5 are pretty easy to fix. The greatest changes are in the way the libraries and header files are organized and in deploying your app. Otherwise, QWidget code written against Qt4 will compile and run on Qt5 with only a few updates. QtQuick / QML are all new, and have changed a lot even within Qt5, as well as the OpenGL support. Qt3D will be coming back in Qt 5.5 or so.

    I use Summerfeld's books all the time when I am puzzled about something, especially the advanced book. It doesn't cover everything, but it is still a good reference.

  4. #4
    Join Date
    Feb 2015
    Posts
    4
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Is the book "C++ GUI Programming with Qt 4, Second Edition" really dated ?

    Yes you haruc read his in order to resolve a concern
    Last edited by wysota; 8th February 2015 at 23:11. Reason: removed URL

Similar Threads

  1. "C++ GUI Programming with Qt 4" book example code
    By ia32 in forum General Discussion
    Replies: 4
    Last Post: 1st June 2010, 22:51
  2. "Thinking in C++" vol 2 book
    By mickey in forum General Discussion
    Replies: 2
    Last Post: 15th April 2008, 13:21
  3. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  4. socket programming... getting "no route to host"
    By babusunlux in forum Qt Programming
    Replies: 1
    Last Post: 4th August 2006, 20:39
  5. Replies: 1
    Last Post: 10th July 2006, 11:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.