C++ GUI Programming with Qt 4 and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

15 used & new from $42.50

Have one to sell? Sell yours here
 
 
C++ GUI Programming with Qt 4
 
See larger image
 
Start reading C++ GUI Programming with Qt 4 on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  

C++ GUI Programming with Qt 4 (Paperback)

~ (Author), (Author)
3.9 out of 5 stars  See all reviews (13 customer reviews)


Available from these sellers.


3 new from $183.26 12 used from $42.50

Formats

Amazon Price New from Used from
  Kindle Edition $38.39 -- --
  Paperback -- $183.26 $42.50

Customers Who Bought This Item Also Bought

The Book of Qt 4: The Art of Building Qt Applications

The Book of Qt 4: The Art of Building Qt Applications

by Daniel Molkentin
4.1 out of 5 stars (7)  $34.62
An Introduction to Design Patterns in C++ with Qt 4

An Introduction to Design Patterns in C++ with Qt 4

by Alan Ezust
4.1 out of 5 stars (10)  $42.89
Foundations of Qt® Development (Expert's Voice in Open Source)

Foundations of Qt® Development (Expert's Voice in Open Source)

by Johan Thelin
4.2 out of 5 stars (4)  $34.64
C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source Software Development Series)

C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source Software Development Series)

by Jasmin Blanchette
3.5 out of 5 stars (17)  $51.99
Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development)

Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development)

by Mark Summerfield
4.6 out of 5 stars (12)  $31.46
Explore similar items

Editorial Reviews

Product Description

Qt 4 is radically different from earlier versions of Qt, with lots of new features and many small changes everywhere in the API. For customers porting applications from Qt 3 to Qt 4, this is bad news; but for us, this is good news, because it means that owners of the Qt 3 book will want to buy this one as well. Those who buy this book will: [1] Learn how to program Qt the right way, i.e. with the grain of the tool. [2] Learn standard patterns of Qt programming, from basic tasks like creating a file menu with a recently used files list to more complex tasks such as presenting data to the user through the user interface, and providing the user with the ability to interact with their data. [3] Learn how to extend Qt to meet their needs, for example, through subclassing and by composition. [4] Gain insight into programming in general and into graphical user interface programming in particular.


From the Back Cover

The Only Official Best-Practice Guide to Qt 4.1 Programming

Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1.

Using C++ GUI Programming with Qt 4 you'll discover the most effective Qt 4 programming patterns and techniques as you master key technologies ranging from Qt's model/view architecture to Qt's powerful new 2D paint engine. The authors provide readers with unparalleled insight into Qt's event model and layout system. Then, using realistic examples, they introduce superior techniques for everything from basic GUI development to advanced database and XML integration.

  • Includes new chapters on Qt 4's model/view architecture and Qt's new plugin support, along with a brief introduction to Qtopia embedded programming
  • Covers all Qt fundamentals, from dialogs and windows to implementing application functionality
  • Introduces best practices for layout management and event processing
  • Shows how to make the most of Qt 4's new APIs, including the powerful new 2D paint engine and the new easy-to-use container classes
  • Contains completely updated material in every chapter
  • Presents advanced Qt 4 techniques covered in no other book, from creating both Qt and application plugins to interfacing with native APIs
  • Contains an in-depth appendix on C++/Qt programming for experienced Java developers

The accompanying CD-ROM includes the open source edition of Qt 4.1.1 for Windows, Mac, Linux, and many Unixes, as well as MinGW, a set of freely available development tools that can be used to build Qt applications on Windows, and also the source code for the book's examples.




Product Details

  • Paperback: 560 pages
  • Publisher: Prentice Hall PTR (June 26, 2006)
  • Language: English
  • ISBN-10: 0131872494
  • ISBN-13: 978-0131872493
  • Product Dimensions: 9.1 x 6.9 x 1.2 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #564,953 in Books (See Bestsellers in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(10)
(7)
(5)
(2)
(2)

Your tags: Add your first tag
 

 

Customer Reviews

13 Reviews
5 star:
 (6)
4 star:
 (4)
3 star:
 (1)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.9 out of 5 stars (13 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Amazing real-world reference, March 12, 2007
By Rolf Ernst (Frisco, TX USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This book is one of the best reference materials I have read. The author is clearly not regurgitating Trolltech's documentation but elegantly cranks out a series of real life applications.

I read this quite differently than other 'introductions to'. In fact, I initially ignored it. But when it came time to build my own code, I kept running into questions as to how a particular programming problem was approached 'the right way'. A reference manual only shows you what you can do and there is an abundance of literature out there which will show you all the minutiae of endless variations of function calls - theory.

This book showed me how to properly put together FTP sessions, build a graphical directory tree of my own and much else. I am less interested in 'what does the framework offer?' but 'how do I best accomplish this task?'. This only an author with real-world programming experience can answer. This book's teaching by example will get you started quicker in Qt than anything else I have seen.

The other book 'Introduction to design patterns in C++ with Qt4' is also recommended but fairly high-level. The two together make a great combination.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
15 of 15 people found the following review helpful:
5.0 out of 5 stars If you want to learn QT4, this is your book!, March 9, 2007
I think that is a good book to learn QT4 for different reasons. One of those is that is a book plenty of examples. You can learn to program with QT4, without previously experience in QT.
Touch all the main aspects of QT (from beginning to advanced programming) in a good way.
The sequence of the chapters are adequate.
The examples in the book are clear and the code is self-explained, and It helps a lot to understand the main concepts explained in the book.

Definitively, It's a learner's book, not a reference's book.

A recommended book to learn QT programming.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 8 people found the following review helpful:
4.0 out of 5 stars Qt book really helps get you started., September 22, 2007
By Mark Bales (Fremont, CA USA) - See all my reviews
(REAL NAME)   
I've recently started GUI programming again after about 12 years doing other things, and I've never used Qt. I needed a book to get me started, and this one really worked well. It provides many examples and pieces of template code that help bootstrap whatever it is that you need to do. The major pieces of functionality are all covered, and the explanations are precise and understandable.

My one complaint for this book is that it doesn't cover everything in Qt. For more esoteric things you'll have to switch over to the Qt on-line documentation available at trolltech.com. I've read other reviewers' complaints that the information in this book is all available at the Qt web site. That may be true, but if you're just learning, this book presents things in a logical and subsetted way. Also, since it has an index, it's easier to look up a specific area of interest.

Overall, I highly recommend this book if you're just starting out with Qt and/or GUI programming in general.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars This book is mediocre, hard to read, etc...
The UK based magazine, Linux Format 109, gives it a poor grade: 4/10
And says "As easy to read as a Croatian trains time table". Read more
Published 14 months ago

4.0 out of 5 stars A warning about the Kindle edition
Just a note of caution if you decide to buy the Kindle version: of course the CD-ROM is not included, and I have not been able to locate any alternative source for the example... Read more
Published 14 months ago by Bruce Evans

5.0 out of 5 stars Excellent Book
This book is well written and covers everything needed to get up and running. I bought the book and used it to learn Qt for my CS masters research. Read more
Published 22 months ago by Ronald Magnuson

5.0 out of 5 stars Well structured and nice examples.
What impressed me the most, was how simple was to build a drawing icon widget and a spreadsheet with qt 4. I believe that this is a must have.
Published on July 14, 2007 by Iban

4.0 out of 5 stars A comprehensive guide
A really comprehensive guide to GUI programming with QT4, with some hints as to porting QT3 code.
Published on January 19, 2007 by Damian Wojslaw D-net

5.0 out of 5 stars Great book
A very good book describing the Qt 4 GUI framework. A must for any beginning Qt programmer.
Published on January 11, 2007 by Michael Smolnycki

1.0 out of 5 stars Just print the help files and save your money.
No reason to buy it, just print the QT help files if you really need it in printed form.
Published on December 26, 2006 by C. Ioannou

4.0 out of 5 stars Very Good
A very good book. If you want to learn QT, try this one.
Published on November 10, 2006 by Johnny Birnfeld

3.0 out of 5 stars Good Book
Good Book, Many of the sections that are covered by the book they can be found at Qt4 help files.
Published on November 9, 2006 by Karakontakis Apostolos

5.0 out of 5 stars Excellent book
This is a great book which covers from the very beginning Qt programming to advanced programming topics such as threads or semaphores in a comprehensive way. Read more
Published on November 9, 2006 by Leonardo Andres Mateo

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.