C++ GUI Programming with Qt4 (Second Edition) and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a Ł10.25 Amazon.co.uk Gift Card
C++ GUI Programming with Qt4 (Prentice Hall Open Source Software Development)
 
 
Start reading C++ GUI Programming with Qt4 (Second Edition) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C++ GUI Programming with Qt4 (Prentice Hall Open Source Software Development) [Hardcover]

Jasmin Blanchette , Mark Summerfield
3.6 out of 5 stars  See all reviews (10 customer reviews)
RRP: Ł46.99
Price: Ł36.75 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: Ł10.24 (22%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition Ł27.56  
Hardcover Ł36.75  
Trade In this Item for up to Ł10.25
Get an extra Ł5 when you trade in books worth Ł10 or more until June 30, 2012. Trade in C++ GUI Programming with Qt4 (Prentice Hall Open Source Software Development) for an Amazon.co.uk gift card of up to Ł10.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

C++ GUI Programming with Qt4 (Prentice Hall Open Source Software Development) + Advanced Qt Programming: Creating Great Software with C++ and Qt 4 (Prentice Hall Open Source Software Development) + An Introduction to Design Patterns in C++ with Qt (Prentice Hall Open Source Software Development)
Price For All Three: Ł99.67

Show availability and delivery details

Buy the selected items together


Product details

  • Hardcover: 752 pages
  • Publisher: Prentice Hall; 2 edition (4 Feb 2008)
  • Language English
  • ISBN-10: 0132354160
  • ISBN-13: 978-0132354165
  • Product Dimensions: 17.8 x 4.1 x 23.5 cm
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Bestsellers Rank: 11,379 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

The Only Official, Best-Practice Guide to Qt 4.3 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 source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3.

Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

  • Completely updated throughout, with significant new coverage of databases, XML, and Qtopia embedded programming
  • Covers all Qt 4.2/4.3 changes, including Windows Vista support, native CSS support for widget styling, and SVG file generation
  • Contains separate 2D and 3D chapters, coverage of Qt 4.3's new graphics view classes, and an introduction to QPainter's OpenGL back-end
  • Includes new chapters on look-and-feel customization and application scripting
  • Illustrates Qt 4's model/view architecture, plugin support, layout management, event processing, container classes, and much more
  • Presents advanced techniques covered in no other book—from creating plugins to interfacing with native APIs
  • Includes a new appendix on Qt Jambi, the new Java version of Qt

From the Back Cover

The Only Official, Best-Practice Guide to Qt 4.3 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 source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3.

Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

  • Completely updated throughout, with significant new coverage of databases, XML, and Qtopia embedded programming
  • Covers all Qt 4.2/4.3 changes, including Windows Vista support, native CSS support for widget styling, and SVG file generation
  • Contains separate 2D and 3D chapters, coverage of Qt 4.3's new graphics view classes, and an introduction to QPainter's OpenGL back-end
  • Includes new chapters on look-and-feel customization and application scripting
  • Illustrates Qt 4's model/view architecture, plugin support, layout management, event processing, container classes, and much more
  • Presents advanced techniques covered in no other book—from creating plugins to interfacing with native APIs
  • Includes a new appendix on Qt Jambi, the new Java version of Qt

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)
(1)
(1)

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
8 of 8 people found the following review helpful
Format:Hardcover|Amazon Verified Purchase
C++ GUI Programming with Qt4 by Jasmin Blanchette and Mark Summerfield. Prentice Hall

Qt is a C++ cross platform library. It started out as a GUI library, but it has long outgrown that, and it's starting to look more and more like a comprehensive cross platform framework. It's also gaining new features very fast, which is something of a problem for any author.

None the less, this book will provide application programmers with a solid foundation when they come to use Qt. When I did a comparative review of Qt books on my web site last year I didn't have access to this book. However, I recently used a colleague's copy at work, and found it so much more useful, and comprehensive, than my other Qt books, including the earlier edition of this book, that I bought my own copy out of my first paycheck! What better recommendation could you want?

This book is a must for those who need to use the entire framework, since it covers far more than just the GUI, including multithreading, networking (note, though, that it doesn't cover using the QNetAccessManager, which arrived after the book went to print), 3D graphics, using databases, and extending Qt programs with Javascript.

The one real weakness of the book, probably caused by the rapid development of the framework, is that the GUI material basically assumes that the reader wants to program the GUI facilities directly instead of using Designers and/or Creator. I've noticed that there is a little bit of snobbishness in the Qt community, with the old guard maintaining that the only way to work in Qt is via direct programming. Hopefully the next edition of the book will teach GUI programming via the Creator IDE, and the Designer. Lets just see if we can break the 'real programmers program in noughts and ones' attitude in parts of the community :)

So would I recommend this book? Wholeheartedly. My current job has taken me into realms of the Qt framework I've never used before, and this book enabled me to get up speed very fast under a schedule that was very, very, tight.

Highly recommended.
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
Format:Hardcover|Amazon Verified Purchase
Got this book as I was having trouble learning how to use Qt and there aren't enough tutorials online at the moment. The book has images showing the different type of widgets available and how to use them. You can read through the first few chapters to get started and then use the entire book as a reference. There are also lots of code snippets so you can see how to implement the widgets into your own applications. Has sped up my developments!

I've not come across any errors in the book yet although there are no doubt some
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Hardcover
I'm afraid I didn't like this book.

The authors seem to have tried to make it be all things to all people; it starts from a (really interesting) history of Qt, then a "Hello world" example, and slowly progresses down to some pretty esoteric features. So, one could say it contains everything one needs to know about Qt.

In so doing though, I feel it fails to be either
- a nice introduction for newbies, or
- a reference book.
Rather, the book sits on a hedge between the two, and I guess it will disappoint people who buy it for either purpose.

Why isn't it a nice introduction for newbies? Well, I think the best text I have ever read was "Programming Windows 3.1" by Charlie Petzold. This is where I learnt writing (admittedly ugly) GUI stuff. That book was brilliant; it took you by the hand and explained everything, with examples, and more importantly, WHY you did things. In contrast, this book rather rapidly glosses over some pretty heavy topics. E.g. signals and slots (the crux of Qt) are covered on pages 6 and 7 of the book; whoever understood this, well, lucky them... It carries on like this. Further, the code fragments are scattered among text, a layout which gets me lost.

And why do I think it isn't a good reference book either? That's because it is not organized as a reference book. The examples are fairly generic (and so they should be), and do not contain the detail one would require from a reference book. Again, the intertwining of text and code doesn't help quickly wending through to find something. I don't think this was supposed to be a reference book anyway; Nokia's open source "Qt Creator" has superb built-in help and lots of nice examples, almost obviating the need for a paper reference book.

Just as I was about to give up on Qt altogether, I thought I'd ask our company's computer guru for help. So I bought pizzas and beer, and invited him for the weekend for a crash course. In a couple of days, he showed me enough preliminaries to get me going and now, about a month later, I consider myself totally at ease with Qt (without having consulted him again after that first weekend).

To conclude:
- Qt is great, easy to learn and easy to use if you are reasonably fluent in C++ and have had some previous experience in GUI programming.
- Qt deserves a book for newbies. This one isn't it. I don't know which one is (if one exists). I don't think Qt needs much more than a good introduction; once you've grasped the basics (which is the difficult bit), Qt is so well organized and sensible, everything else just clicks in place on its own.
Was this review helpful to you?
Most Recent Customer Reviews
Programming with Qt 4
I have managed to write a program which works for calculating sines, tangents & cosines, including the hypotenuse length using this book. Read more
Published 2 months ago by P. Jackson
Too difficult to find information
The best way to learn a language or a library is to get down to using it as soon as you can and finding out what you need to know as you need it. Read more
Published 20 months ago by Karla Parussel
Great, but...
This is one of the very few books on the subject, so it easliy can hold the tag of "best", but it has some drawabacks. Read more
Published 20 months ago by Andrés
A large book with little in it
This isn't a great book. As an introduction to Qt it is somewhat limited. It doesn't really describe the basis of Qt. Read more
Published 24 months ago by I. C. Elsley
Readable and Informative
Qt is a joy to develop with - so many little touches that make a difference that I can't list them.

This book provides an excellent introduction and a useful reference... Read more
Published on 2 Mar 2010 by P. Hawksley
Prentice Hall
Received this product which should have never been released in the format it arrived in. The cover was upside down making the contents back to front. Read more
Published on 10 April 2009 by Stan Fraser
Good stiff, the right approach.
Just started reading this book. I could say from the first chapters, that this book got it right. It's not just a reference book, nor is it overloaded with code. Read more
Published on 29 Jan 2009 by Mr. AE Singer
Search Customer Reviews
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!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges