c++.GUI.Programming.with.QT.3_source.code

所属分类:Linux/Unix编程
开发工具:C++
文件大小:583KB
下载次数:256
上传日期:2008-09-14 22:45:06
上 传 者leee101
说明:  《C++ GUI QT 3编程》 ISBN/ISSN:7-81077-731-9 北京航空航天大学出版社 2006 本书详细讲述了用Qt进行图形交互界面编程的各个部分。主要内容包括:入门、创建对话框、布局管理、事件处理、二维和三维图像等。 (加)JASMIN BLANCHETTE,(英)MARK SUMMERFIELD著 =====本书是使用QT3进行跨平台GUI程序开发的最佳参考书,此为配套源代码
( C++ GUI QT 3 Programming ISBN/ISSN :7-81077-731-9 Beijing University of Aeronautics and Astronautics Press 2006 book to describe in detail the use of Qt graphical interface to the various parts of programming. The main contents include: Introduction, create dialog, layout management, event handling, two-dimensional and three-dimensional images. (Plus) JASMIN BLANCHETTE, (British) MARK SUMMERFIELD forward ===== Qt3 book is the use of cross-platform GUI development the best reference books, such as matching source code)

文件列表:
c++ GUI Programming with QT 3_source code\chap01\age\age.cpp (761, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap01\age\age.pro (24, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap01\hello\hello.cpp (238, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap01\hello\hello.pro (26, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap01\quit\quit.cpp (341, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap01\quit\quit.pro (25, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\find\find.pro (87, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\find\finddialog.cpp (1979, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\find\finddialog.h (651, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\find\main.cpp (238, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\gotocell\gotocell.pro (59, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\gotocell\gotocelldialog.ui.h (269, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\gotocell\gotocelldialog.ui (4335, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\gotocell\main.cpp (250, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\sort\main.cpp (276, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\sort\sort.pro (55, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\sort\sortdialog.ui.h (691, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap02\sort\sortdialog.ui (13567, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\copy.png (664, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\cut.png (664, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\delete.png (833, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\find.png (848, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\gotocell.png (779, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\icon.png (2295, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\new.png (526, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\open.png (1323, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\paste.png (915, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\images\save.png (514, 2003-10-15)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\cell.cpp (4083, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\cell.h (637, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\finddialog.cpp (1979, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\finddialog.h (651, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\gotocelldialog.ui.h (269, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\gotocelldialog.ui (4335, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\main.cpp (223, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\mainwindow.cpp (16731, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\mainwindow.h (2083, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\sortdialog.ui.h (691, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\sortdialog.ui (13567, 2003-10-24)
c++ GUI Programming with QT 3_source code\chap03\spreadsheet\spreadsheet.cpp (9016, 2003-10-24)
... ...

C++ GUI Programming with Qt 3 ISBN 0-13-124072-2 The root of the examples directory contains examples.pro. If you execute qmake examples.pro make (nmake if you use Visual C++), the examples for all chapters except Chapter 17 and Chapter 18 will be built. 1. Getting Started chap01/hello chap01/quit chap01/age 2. Creating Dialogs chap02/find chap02/gotocell chap02/sort 3. Creating Main Windows chap03/spreadsheet 4. Implementing Application Functionality chap04/spreadsheet 5. Creating Custom Widgets chap05/hexspinbox chap05/iconeditor chap05/iconeditorplugin chap05/plotter 6. Layout Management chap06/imageeditor chap06/editor 7. Event Processing chap07/ticker 8. 2D and 3D Graphics chap08/oventimer chap08/diagram chap08/cube 9. Drag and Drop chap09/dragfile chap09/projectchooser chap09/celldrag 10. Input/Output chap10/imagespace chap10/imageconverter 12. Databases chap12/cdtables chap12/cdcollection 13. Networking chap13/downloader chap13/tripplanner chap13/tripserver chap13/weatherballoon chap13/weatherstation 14. XML chap14/saxhandler chap14/domparser 17. Multithreading chap17/threads chap17/semaphores chap17/waitconditions chap17/imagepro 18. Platform-Specific Features chap18/mediaplayer chap18/bouncer chap18/addressbook chap18/tictactoe

近期下载者

相关文件


收藏者