《QT 图形介面 C++程式设计》(C++ GUI Programming with Qt 4, Second Edition)第二版[CHM]
中文名: QT 图形介面 C++程式设计
原名: C++ GUI Programming with Qt 4, Second Edition
资源格式: CHM
版本: 第二版
出版社: Prentice Hall
书号: 978-0-13-235416-5
发行时间: 2008年02月04日
地区: 美国
语言: 英文
简介:

目前 QT 的正式版本是 4.6.3
我使用的是版本是 4.6.2 ,操作正常。
页数有 752 页
这也是目前可以找到最接近的官版指定练习用书,应该是不会有中文翻译书。
除了这个,QT 本身的说明档,和例题都是可以参考的对象。
代替驴友 qt99 发源,因为他不小心,又回去白盘了,感谢他的热心。
书中例题做了一大半,应该是没问题的。
书中就直接建立专案,不会去述及C++的观念,所以 c 的基础要自备。
第一部份看完和做完例题应该就能写出一个完整的拥有图形介面的应用程式。
LINUX 下虽有很多 script 性质的工具可用,但是目前为止,如果你弄的不好,他们是既容易故障,出错,又佔资源,所以拥有一个独立的应用程式是蛮重要,QT 就是一个利器。
Overview
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.
使用 QT 建立的应用程式,可以原样使用在 Windows, Linux/Unix, Mac OS X, 和 embedded Linux 作业系统,中间你勿需修改原程式码。当然你要在该作业系统下,再编译一次,因为每个作业系统的执行档的格式和名称都不同,编译后编译器就会根据环境做出修正。
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