<< 1 >>
Rating:  Summary: Nothing Better to learn Qt Review: For me personally, this book has everything I need: it covers Qt's Signals and Slots, widgets, "moc", animation, threading, accessing databases, q-make, Qt-Designer and more. And yet this book is only of medium size, which for me is a perfect fit: I abhor those "bibles" that are as thick as a car tire and almost as heavy! Does anybody ever read those things? Anyway, I'm a Java programmer looking for a language or OO library that's just as portable as Java but that's a bit faster and that I can compile natively so I only have to distribute an executable, not a whole run-time environment. Qt provides that with a lot of the same principles and design concepts. But even without Java experience, this book is very clear and easy to follow, so you'll be coding useful, interesting GUIs very quickly. Of course, you have to know at least a little C++, because Qt is a C++ library, not a language.
Rating:  Summary: Rewrite of QT Help (Extrimely Disappointing) Review: For me personally, this book provides everything I'm looking for to learn Qt: widgets, signals and slots (i.e., event handling), q-make, "moc", multi-threading, Qt-Designer and more. I'm a Java programmer looking for something equally as portable but a bit trimmer and faster; Qt fits the bill nicely. The book is organized, concise and well written, so it does not need to be as thick as an automobile tire and almost as heavy (I abhor those huge books!). One does not need to know Java, but the reader should have at least a passing familiarity with C++ since Qt is not a language, it's a large and useful GUI library written in C++. One minor annoyance with the book is that the author frequently refers to important sections of the sample code by line number, but no numbers are provided with the code.
Rating:  Summary: Very good book Review: I am new to Linux programming (I'm a .Net developer) and was a bit frustrated with the online tutorials for Qt and decided to give this book a try. I am very happy with the decision, this book is very well written. I like the style of the author, giving us some practical exercises after each topic, so we can improve the application he develops throughout the book (a "paintbrush"). Now that I understood the basics I can use the Qt documentation to do my own apps.People who like those huge, "step-by-step" ("click File->Quit to exit the application...") books might be a bit disappointed with this one though, the author assumes that the reader knows some C++ and can figure out some stuff by himself/herself, so be warned. Not that he skips any information needed, but he doesn't repeat the same thing 10x either, so you gotta be a bit "smart" to read this book.
Rating:  Summary: Handy Programming Help Review: I find this book is very good. It provides quick help while programming, gives a lot of ideas how to solve problems, and a quick overview how the most common problems have to be dealt with. But - yes, there is a 'but' - it is definitively not a book about GUI programming, it's about QT! If you are familiar with GUI development, such as java/swing programming or similar, and you are also familiar with C++, this book can be a great help for development.
Rating:  Summary: excellent book for learning Qt Review: I hesitated to buy this after reading the negative reviews here. I am glad I did. It is exactly what I needed. It touches on the necessary basics of C++, event driven programming and covers how to download and install the Qt environment in the first chapter. The second is Hello World, the next few are guided tours of the major widgets, then some 20+ more chapters cover Qt by topic because it is much more than a GUI toolkit. The style is succinct yet easy to absorb. It took me about two days to read through it carefully. In that brief time now I just use the online Qt help for detail info.
Rating:  Summary: Great book. Review: I personally own all three published books on the Qt GUI Toolkit by Trolltech. This one is by far the best of them. It is not a 5 star book, but it will teach you some of the more advanced uses of the Toolkit. It makes for a really great comanion to the Reference guide that comes with the toolkit.
Rating:  Summary: A better version of the documentation Review: One reviewer slams this book because it just rehashes the freely available help files and tutorials. That is not a fair assesment as Matthias does a good job of explaining what he is doing and how. The "free" help pages are pretty terse in this regard. I can't give it 5 stars however because it doesn't take the time to talk about *how* to get your programs to compile in various environments (I use FreeBSD) and that can leave the reader very unsatisfied. There is enough on-line documentation to figure it out, but some pointers in this book would have really enhanced the experience. Of course, if you aer using the KDE desktop this book is essential. This combined with the book on KDE is a good set for anyone who wants to develop applications for Linux (or FreeBSD).
Rating:  Summary: Rewrite of QT Help (Extrimely Disappointing) Review: This book is little more than a book form of QT help files with several warnings thrown in. Plus most of the book refers back to the manual without describing anything but the most obivious. As soon as the topics get beyond most basic, the author uses the phrase "this is beyon scope of this book", eventhough the topic is exactly programming something practical with QT and its no longer a toy example. Extrimely diappointing book. I say keep your money and print QT help files, you will know 99% of what you would have learned by reading this book. I was able to read through this book in 1 day, and that was on a busy work day.
Rating:  Summary: Not a very good programming book Review: This is not a very good book on programming QT. It will help you get started and since it is like one of the only books written on QT you are kind of stuck. Once I got the hang of QT I never looked at the book again, though. Get your company to buy it, read it through a bit, and then use the API guide and code examples in your QT distribution. The sections on building QT were the most useful to me (windows platform), but that was about it. Otherwise, I would just read the examples from the distribution...
Rating:  Summary: Not a very good programming book Review: This is not a very good book on programming QT. It will help you get started and since it is like one of the only books written on QT you are kind of stuck. Once I got the hang of QT I never looked at the book again, though. Get your company to buy it, read it through a bit, and then use the API guide and code examples in your QT distribution. The sections on building QT were the most useful to me (windows platform), but that was about it. Otherwise, I would just read the examples from the distribution...
<< 1 >>
|