"...not only the best book on Qt I have ever seen, but also the best book presenting any programming framework. Every sentence appears to be carefully worded, and every chapter has a sound concept, and so does the work as a whole." --Matthias Ettrich, Trolltech's lead developer, founder of the KDE project
"The 'Tao of Qt'.... The Qt system is a beautiful example of object oriented design, and the authors take advantage of this.... The authors have done an excellent job of presenting the subject in an interesting and engaging way...." --Ron McCarty, Instructor and Chair of the Department of Computer Science, Penn State Erie, The Behrend College
The first official Trolltech guide to Qt 3.2 programming!
Straight from Trolltech, this book covers all you need to build industrial-strength applications with Qt 3.2.x and C++--applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux with no source code changes! The book teaches solid Qt programming practices; it is not a rehash of the documentation.
Already using Qt or just starting out? Evaluating Qt or managing it? Building open source applications--or commercial applications? Want to develop for Windows without buying an expensive compiler? Whatever your goal, this is the only book you need!
Jasmin Blanchette, Trolltech's documentation manager and a senior developer, has worked at Trolltech since 2001. He is editor of Qt Quarterly, Trolltech's technical newsletter, and coauthored C++ GUI Programming with Qt 3.
Mark Summerfield works as an independent trainer and consultant specializing in C++, Qt, and Python. He was Trolltech's documentation manager for almost three years and coauthored C++ GUI Programming with Qt 3.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
33 of 36 people found the following review helpful:
3.0 out of 5 stars
good, but could be much better,
By A Customer
This review is from: C++ GUI Programming with Qt 3 (Paperback)
I found myself pretty disappointed with this book contents. From book reviews I read, I expected clean, concise and self-contained explanation of Qt features. The book is indeed covering most of Qt features, but presentation style is - well, confusing. Namely, for the most parts, book chapters are explanations of rather large code fragments, that often have nothing to do with Qt. Reader is thus forced to take non-insignificant effort to understand these parts of code (that are in turn often incomplete, so it is necessary to look-up full source code from CD all the time), so understanding of Qt-specific topics has necessary to be blurred with this. For example, immediately after showing hello-world like program in first chapter, authors are jumping into development of full-blown Excell-like application in next three chapters. While it is indeed still toy application, it is not particularly funny to follow more than 1000 lines of code in this place (much more appropriate would be to have alike examples in later parts of book, once when most of Qt features covered with small and simple examples, or even as appendices). Things are getting worse toward end of book, with full sections of code completely irrelevant to topic. For example, at the end of chapter eight, an example of using OpenGL along with Qt is presented and this application implements picking support that is considered advanced topic even by OpenGL texts. This fragment of code is completely unnecessary, since authors already demonstrated usage of Qt mouse events for interaction with scene when they added support for rotating scene using mouse click-and-drag. Yet, the fragment is there and "explanation" of this code boils down to "you know, it's a bit complicated". Now, luckily I knew OpenGL so I was able to understand this code, but on many other places I had lots of problems to track the code (when reading a book, I really don't like to take any part of sample code for granted, even if I advised in text to do so, because I always have a feeling that I don't understand something later because of this) that really has nothing to do with my learning of Qt. To put it simply, this text is suffering from authors "look how smart our programs are" attitude and this is pity, because it could be really great text only if they opted for more step-by-step approach, as demonstrated regarding GUI programming by Petzold's Programming Windows series (and I hate to state this, I'm UNIX programmer). Still, if one is experienced C++ programmer and already had a contact with Qt (Qt tutorials are far from being perfect, but still good introduction to the world of Qt programming), then he could definitely benefit from this book. Further, as some of reviewers already stated, accompanying CD is invaluable resource because of non-commercial version of Qt 3 for Windows supplied, so overall value for money for this book is good.
19 of 20 people found the following review helpful:
5.0 out of 5 stars
Solid introductory work to Qt,
By Jack D. Herrington "engineer and author" (Silicon Valley, CA) - See all my reviews (VINE VOICE) (REAL NAME)
This review is from: C++ GUI Programming with Qt 3 (Paperback)
The book nicely introduces and covers a wide variety of Qt topics with real world examples. The first six chapters provide a very solid grounding in Qt. The standout chapters are the first chapter which provides an easy introductory ramp, the third chapter which covers modeless application development by using a spreadsheet as an example, and the sixth chapter which covers layout management. All of the chapters are worthwhile but those stand out as justifying the purchase price of the book. The writing style is clean and fairly terse so the reasonably advanced reader should get it on the first go, while the beginner may need a pass or two. The shortcomings are minor. There is no reference portion to the book and while I understand that a full reference would add a significant bulk to the book a class reference with brief descriptions for each method would be appreciated. There is one large reference graphic that shows the class structure of the library. Syntax highlighting, especially on the large code fragments, would have been appreciated. A quality work for anyone looking to develop on Qt, well worth the expense.
19 of 21 people found the following review helpful:
5.0 out of 5 stars
A definitive tutorial and reference for Qt 3,
By
This review is from: C++ GUI Programming with Qt 3 (Paperback)
First of all, I must say that I pestered Mark hard to write this book. When Mark told me that Trolltech had sanctioned the work and asked me to be one of the external reviewers, I agreed immediately.This book is an ideal way to ease yourself into the joy of Qt programming. You know you've decided to use Qt because of all the good things you've heard about it around the net, and the buzz it creates. Or perhaps you're writing free software on Linux. Or, perhaps you're like me, and use Qt as a competetive advantage in your day job, not feeling one bit sorry for the MFC programmers of this world. Whatever your motive for using Qt, this is a darn good book to own. When you start in a new environment, you need a helping hand because you can feel lost. This book guides you by starting with the basics, that of getting a simple Qt program working, and proceeds to expand its use of the Qt framework as you become familiar with your surroundings. The work takes simple applications and describes, thoroughly, what each section of code does and how it does it. It teaches software reuse by taking components developed early in the book and using them in new applications, extending them as needed. Qt isn't just about aesthetically pleasing user interfaces: Qt is a real application framework, something that deals with files, sockets, and network programming. This book covers it all. From XML, a vital new technology, using both SAX and DOM models, to network programming using sockets. And, if you're so inclined, a portable way to write OpenGL applications. This book also presents a behind-the-scenes view of Qt, and takes time to describe the rationale behind the design decisions made by the Trolltech team. Being completely objective, it would have been nice to enjoy a little more content related to Qt/Embedded and Qtopia, but this is a minor quibble as the target is readers for the desktop product. Who knows, perhaps Mark and Jasmin are already hatching plans to write such a sequel? When I say that every Qt programmer should own this book, it's true. This book won't be shelfware, it's a book that you can use over and over again. And I'm quite sure that this book will now become standard issue for all Qt courses, wherever they are held. Well done Mark and Jasmin!
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|