-
QT扫雷 (windows编译)通用
资源描述主要运用的方法:
1、继承QLabel的来实现自己的Block类,
2、重写Block类的mousePressEvent(QMouseEvent* event)函数来响应相应鼠标事件,
3、使用QGirdLayout进行布局。
下面对每个性质进行分析:
性质1、应当是一开始就确定的,故在内部设置一个mine_flag_,由Block的构造函数初始化;
性质2、在内部设置一个标志ok_flag_,一开始默认为false,当外界访问了方块时,设置为true。那么访问操作为何?即鼠标左键事件,下面讨论;
性质3、当BlockArea每个方块构建完之后,此方块的数字就确定了,所以我们可以提供一个setNumber(int)函数,这个函数只应在设置BlockArea时调用;
性质4、内部设置一个mark_flag_,当外界进行设置操作时,进行。那么何为设置操作?即鼠标右键事件,下面讨论。
- 2022-01-21 00:57:01下载
- 积分:1
-
系统托盘的源代码!将程序最小化到系统托盘中!
系统托盘的源代码!将程序最小化到系统托盘中!-System tray of the source code! Program minimized to system tray!
- 2022-01-26 00:16:32下载
- 积分:1
-
<Visual Preutill> C routines in a book, chapter by chapter, Table of Conte...
一书的例程,按章节目录- C routines in a book, chapter by chapter, Table of Contents
- 2022-01-28 16:51:45下载
- 积分:1
-
vc++6.0环境下splash screen的实现
vc++6.0环境下splash screen的实现-vc 6.0 environment to achieve the splash screen
- 2022-02-12 11:52:51下载
- 积分:1
-
一个带可加载图片的菜单
一个带可加载图片的菜单-a belt can be loaded Photo menu
- 2023-04-26 20:40:03下载
- 积分:1
-
实时绘制曲线程序,非常漂亮的界面,可用于长时间数据采集等大数量数据可视化显示工程中。...
实时绘制曲线程序,非常漂亮的界面,可用于长时间数据采集等大数量数据可视化显示工程中。-the program is used to draw curves at real time with very beatiful window. It is very suitable to make great amount data visible on the window.
- 2022-03-04 22:53:28下载
- 积分:1
-
kokklopi0opo [ ];[ ]。]。o09iu9;
利用matlab(matlab-matlab)- ;rada进行雷达信号分析与处理
- 2023-03-07 18:00:02下载
- 积分:1
-
a very simple calendar
一个很简单的日历-a very simple calendar
- 2022-07-11 13:53:25下载
- 积分:1
-
使用vc++6编制的如同水晶般的对话框窗口,很有艺术情调.
使用vc++6编制的如同水晶般的对话框窗口,很有艺术情调.-use vc 6 as compiled by the crystal-like dialog window, very artistic atmosphere.
- 2022-02-20 11:30:30下载
- 积分:1
-
Background: I use a derived class CListBox realize the host (owner
背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本...
-Background: I use a derived class CListBox realize the host (owner-draw) list box, the list box the width of the project exceeds the width of the list box itself, so when the mouse pointer point to large width of the list box, I would like to show a similar Toolbar prompt window, the window to display the complete text of the list box item ...
- 2023-06-26 08:10:03下载
- 积分:1