摘要: 阅读全文
posted @ 2016-11-18 13:54 Sky_天空 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 使用对话框和Qt设计师来实现一个相当简单的小游戏。同时将通过这个程序来看布局的隐藏和显示是如何来影响窗口界面的变化的。 新建一个Qt项目,把Qt Creator默认给的mainwindow.h、mainwindow.cpp、mainwindow.ui三个文件删除掉,这里我们只创建一个对话框。虽然也会创建出类似的这3个文件。 先来设计一下界面,在Qt设计师中新建一个【Dialog without B... 阅读全文
posted @ 2016-10-31 22:22 Sky_天空 阅读(1775) 评论(0) 推荐(1) 编辑
摘要: 安装完Qt OpenSource之后,在开始菜单目录下会有这几个东西。 其中【Designer】是用来设计窗口界面的程序。所以现在可以使用它来设计一个对话框。在【Qt Creator】中,【设计】这一项里也可以做界面的设计。 打开【Designer】,会默认弹出【新建窗体】,选择【Dialog without Buttons】,这会新建出一个没有任何东西的对话框。 【Dialog with ... 阅读全文
posted @ 2016-10-02 16:10 Sky_天空 阅读(9865) 评论(3) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2016-09-03 14:08 Sky_天空 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-01 17:53 Sky_天空 阅读(259) 评论(2) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-01 17:50 Sky_天空 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 这也是一个大笔记。 阅读全文
posted @ 2016-08-13 19:13 Sky_天空 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 有时候,对于概念很难懂的东西,多打几遍应该就会懂了。这是一个大笔记。很可怕的笔记。很可怕。。。 阅读全文
posted @ 2016-08-02 17:39 Sky_天空 阅读(133) 评论(0) 推荐(1) 编辑
摘要: Why is programming fun? What delights may its practitioner expect as his reward? First is the sheer joy of making things. As the child delights in his mud pie, so the adult enjoys building things, esp... 阅读全文
posted @ 2016-07-15 17:21 Sky_天空 阅读(143) 评论(0) 推荐(0) 编辑
摘要: For nearly ten years, the Unified Modeling Language(UML) has been the industry standard for visualizing, specifying, constructing, and documenting the artifacts of a software-intensive system. As the ... 阅读全文
posted @ 2016-07-15 17:20 Sky_天空 阅读(303) 评论(0) 推荐(0) 编辑