出版社: Prentice Hall
出版年: 2008-02-14
页数: 752
定价: USD 64.99
装帧: Hardcover
ISBN: 9780132354165
内容简介 · · · · · ·
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...
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
喜欢读"C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source So..."的人也喜欢 · · · · · ·
C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source Software Development Series)的书评 · · · · · · ( 全部 10 条 )


内容全面且足够翔实,但是不够生动,适合当参考书籍


当当网上搞促销,买一送一,可惜这本书缺货
> 更多书评 10篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部4 )
-
电子工业出版社 (2008)8.1分 387人读过
-
电子工业出版社 (2013)6.8分 25人读过
-
电子工业出版社 (2018)暂无评分 3人读过
以下书单推荐 · · · · · · ( 全部 )
- 鸡尤哀编程 (E.T)
- UNIX/LINUX学习预备 (笨蛋.mk⑨)
- C++: 其他 (Milo)
- to_read (ericwxia)
- Linux Book (asdf)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有111人想读,手里有一本闲着?
订阅关于C++ GUI Programming with Qt 4 (2nd Edition) (Prentice Hall Open Source Software Development Series)的评论:
feed: rss 2.0
1 有用 一寸行者 2009-10-25 21:46:16
与其啃这本书不如直接跟着Qt Assistant走,如果涉及到的概念Assistant里没有,说明这概念不是Qt独有的,书里也不见得就会多讲到哪里去。
0 有用 Linxh 2011-01-09 15:30:21
只看了一个结构和Qt的基的.用的时候还需要参考. 高级的主体没有看
0 有用 流行密码 2012-05-31 00:07:45
还是英文版清楚……
0 有用 白骨蔓草 2010-02-05 13:05:53
Qt编程的必读书,非常好,网上有电子版
0 有用 Hawking 2009-06-22 16:55:11
QT's signal/slot mechanics is revolutionary. but now it's been copied into c# as delegate and event. And its class model resembles .Net framework a lot, which is from VCL.