你能给我资源(书籍、教程、其他有用的链接)来学习 QT/Embedded 4.5,以便快速开始 QT 编程。
PS我非常熟悉windoing系统编程和C++。
你能给我资源(书籍、教程、其他有用的链接)来学习 QT/Embedded 4.5,以便快速开始 QT 编程。
PS我非常熟悉windoing系统编程和C++。
BOOK
IMHO the best beginners' book is Foundations of Qt Development by Johan Thelin.
http://www.apress.com/book/view/1590598318
(see also google books for a good preview)
The first 4 chapters (120 pages) are a great hands-on introduction to all you need to know to start developing applications in Qt.
The following 12 chapters go in detail into specific topics (eg files and xml, databases, threading, networking, project building, drawing and printing, ...).
CODE EXAMPLES
Once you read the first 4 chapters, you'll be able to easily navigate Qt's excellent documentation.
At that point you can dive into the examples Qt provides (on Mac OS X they get installed in /Developer/Examples/Qt). There are many, so you're bound to find something relevant. All are of high quality, and some have a walk-through documentation.
Have fun!
可以看一下官方帮助:http: //qt.nokia.com/doc/4.5/qt-embedded.html。那么嵌入式平台上的Qt就和其他平台上的一样。所以“标准”帮助很棒:http: //qt.nokia.com/doc/4.5/index.html。
要开始 Qt Programming,您应该立即下载一本好书。它的标题是“C++ GUI Programming with Qt 4, Second Edition”。去谷歌搜索并找到 PDF 或 CHM 格式的副本。是的,这是完全合法的。
搜索这个词应该可以找到:“GUI Programming With Qt 4 2nd Edition.chm”
或将文件类型更改为 PDF。它在外面。我的理解是这是一个完全合法的下载,但我在获得它时从未添加过书签。
http://qt.nokia.com/developer/books
有一个您可以购买的好书清单。