-
QtQwtC++绘制波形
使用Qwt绘制图形。QWT,全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。
- 2022-02-28 15:53:46下载
- 积分:1
-
split用来进行绘图的,使用起来很好用的,真的,不骗你你的
split用来进行绘图的,使用起来很好用的,真的,不骗你你的-split used for graphics, and use good use, and really, do not lie to you your
- 2023-07-19 06:15:04下载
- 积分:1
-
Form 界面库,但是是试用版,不过做的不错
Form 界面库,但是是试用版,不过做的不错--Interface library, its only a beta version.
- 2023-01-28 18:15:04下载
- 积分:1
-
自画的TAB页及其响应
自画的TAB页及其响应-self-portraits and the TAB page response
- 2022-08-22 00:38:20下载
- 积分:1
-
可以用于界面换肤,美化程序界面。用于vc++程序的开发
可以用于界面换肤,美化程序界面。用于vc++程序的开发-interface can be used in common. Beautification program interface. Vc procedures for the development
- 2022-02-27 08:46:11下载
- 积分:1
-
一个简单的标签,已经测试通过
最近在自定义标签的检测,发现写好的标签在新的代码中无法实现,但在老代码中完全没有问题,找到这个标签测试了一下,证明新代码还是可以显示标签的,估计新代码中修改的某个地方对标签设定了限制,还需要再测试一下
- 2023-07-25 04:50:03下载
- 积分:1
-
A good text editor, source code, written very well, welcome to everyone to consi...
一个比较好的文本编辑器源码,写的非常不错,欢迎大家研究-A good text editor, source code, written very well, welcome to everyone to consider
- 2023-06-07 03:15:03下载
- 积分:1
-
自己做的一个简单的更换界面皮肤功能,看了很快就能上手的!...
自己做的一个简单的更换界面皮肤功能,看了很快就能上手的!-Their own to do a simple interface to replace the skin function, will be able to read soon-to-use!
- 2022-07-08 01:59:47下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1
-
HTML5实现刮刮乐
是html5出现的新标签,像所有的dom对象一样它有自己本身的属性、方法和事件,其中就有绘图的方法,js能够调用它来进行绘图 .现在的手机完美支持html5,所以如果手机端想要做个抽奖模块的话,用刮刮卡抽奖效果,相信这个互动体验是非常棒的.
- 2023-04-03 05:25:03下载
- 积分:1