社区
非技术区
帖子详情
Spreadsheet原代码 C++ GUI Programming with QT4书中的
iamlate
2011-01-14 08:28:18
在我的资源列表里,对新手价值较大
http://download.csdn.net/source/2982148
...全文
60
回复
打赏
收藏
Spreadsheet原代码 C++ GUI Programming with QT4书中的
在我的资源列表里,对新手价值较大 http://download.csdn.net/source/2982148
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
QT-
SpreadSheet
+
C++
GUI
Programming
with
Qt4
Second Edition
QT入门级示例
代码
,其中包含了QT
GUI
的绝大部分功能实现,其中涉及了大部分QT控件相关的类操作,实现了类似于Excel的软件功能。附带QT教材。本示例程序对应教材前四章(本人从QT小白边看教材边写程序,以自身经历说明,基本看完教材前四章并完成示例程序的编写,你就完全可以编写自己的QT软件了)。
C++
GUI
Qt 4编程(第二版)(书+源
代码
)
书有每章书签。 --------
C++
GUI
Programming
with Qt 4 (second edition) by Jasmin Blanchette and Mark Summerfield. ISBN 0-13-235416-0 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 with complete cross-platform examples will be built. Note that chapters 11, 17, and 18 use code snippets rather than complete examples, so are not included here. The appendixC directory contains Qt Jambi examples. 1. Getting Started chap01/age chap01/hello chap01/quit 2. Creating Dialogs chap02/find chap02/gotocell1 chap02/gotocell2 chap02/gotocell3 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/findfile1 chap06/findfile2 chap06/findfile3 chap06/mailclient chap06/mdieditor chap06/preferences chap06/splitter 7. Event Processing chap07/ticker 8. 2D Graphics chap08/cityscape chap08/diagram chap08/oventimer 9. Drag and Drop chap09/projectchooser 10. Item View Classes chap10/booleanparser chap10/cities chap10/colornames chap10/coordinatesetter chap10/currencies chap10/directoryviewer chap10/flowchartsymbolpicker chap10/settingsviewer chap10/teamleaders chap10/trackeditor 12. Input/Output chap12/imageconverter chap12/imagespace chap12/tidy 13. Databases chap13/scooters chap13/staffmanager 14. Multithreading chap14/imagepro chap14/semaphores chap14/threads chap14/waitconditions 15. Networking chap15/ftpget chap15
读书摘要——《
C++
GUI
Programming
with
Qt4
》
Chapter 1 Getting Started
Qt中的每个类,都有一个对应的同名头文件,其中包含其类定义。例如要使用QApplication类,则需要在程序中添加" #include
"
QApplication类用于管理应用程序范围内的资源。其构造函数需要main函数的argc和argv作为参数。
widget被创建时都是不可见的(always created hidden)。
C++
GUI
Programming
with
Qt4
(二)
Chapter 3. Creating Main Windows 关键词:动作(Action),主窗口(MainWindow),QT资源机制(QT resource mechanism),非模态(modeless),模态(modal),单文档(SDI),多文档(MDI),程序启动画面(splash screen)。 3.1 Subcalssing QMainWindow 图形用户界面(G
读书摘要——《
C++
.
GUI
.
Programming
.with.Qt.4[转]
读书摘要——《
C++
.
GUI
.
Programming
.with.Qt.4[转]Chapter 1 Getting Started Qt中的每个类,都有一个对应的同名头文件,其中包含其类定义。例如要使用QApplication类,则需要在程序中添加" #include " QApplication类用于管理应用程序范围内的资源。其构造函数需要main函数的argc和argv作为
非技术区
785
社区成员
4,848
社区内容
发帖
与我相关
我的任务
非技术区
移动平台 非技术区
复制链接
扫一扫
分享
社区描述
移动平台 非技术区
android
小程序
微信小程序
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章