Results 1 to 16 of 16

Thread: C++ GUI Programming

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 453 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: C++ GUI Programming

    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,327
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: C++ GUI Programming

    I bought Prentice Hall Book, "C++ GUI Programming with Qt 4, Second Edition" by Blanchette and Summerfield. (2008 Published)
    Be aware that between Qt4 (for which this book was written) and Qt5 (which you are presumably using), the locations of Qt header files and almost the entire Qt source tree layout changed completely. In addition, there are some argument changes to some very basic classes and methods. So examples from Blanchette and Summerfield's book will probably not immediately compile from the downloaded source. The book is otherwise a great way to learn the basics of the C++ side Qt.

    Normally, you do not need to add explicit paths to Qt header files to the .pro file - when you "configure" the project with the correct "kit" in Qt Creator, it will set up the build environment to automatically find what it needs. The INCLUDEPATH directive in the .pro file is usually used for non-Qt headers, like those from external libraries.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Qt C++ CGI programming
    By karankumar1609 in forum General Programming
    Replies: 7
    Last Post: 4th October 2019, 12:56
  2. Is this a QT programming?
    By knuxie1135 in forum Newbie
    Replies: 1
    Last Post: 7th November 2012, 16:09
  3. QT programming on Mac os x
    By invictus in forum General Discussion
    Replies: 6
    Last Post: 5th June 2008, 18:34
  4. Qt programming
    By archanasubodh in forum Qt Programming
    Replies: 1
    Last Post: 27th February 2008, 12:32
  5. QT COM Programming
    By sarav in forum Newbie
    Replies: 5
    Last Post: 24th February 2007, 13:41

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
  •  
Qt is a trademark of The Qt Company.