-
关于在mapx中如何使用自定义鼠标的问题。
关于在mapx中如何使用自定义鼠标的问题。-on how to use the definition of a mouse problem.
- 2022-05-19 09:33:40下载
- 积分:1
-
关于抓图功能的程序编写,需要一定基础才能阅读,可以下来试试。...
关于抓图功能的程序编写,需要一定基础才能阅读,可以下来试试。-Grab the procedures regarding the preparation of functional, necessary foundation must be able to read, you can try it.
- 2022-02-20 18:41:23下载
- 积分:1
-
编辑功能,用各种控件演示编辑功能的使用,非常实用,在电力系统中成功的应用研究...
编辑功能,用各种控件演示编辑功能的使用,非常实用,在电力系统中成功的应用研究-editing function, demonstrated various editing controls the use, very practical, in the power system successfully applied research
- 2022-04-01 21:46:22下载
- 积分:1
-
Explorer PowerBuilder
资源管理器PowerBuilder,管理Windows资源管理器的所有内容。
- 2022-03-11 14:15:29下载
- 积分:1
-
VB实现图形界面
VB实现图形界面-VB realization graphical interface
- 2022-07-25 09:03:21下载
- 积分:1
-
Text forge is a menu based text editor written completely in C. the program uses...
Text forge is a menu based text editor written completely in C. the program uses linked list to store the contents of the file. this program also uses VDU memory to display the contents of the file.
- 2022-05-30 14:09:30下载
- 积分:1
-
利用SKINMAGIC技术进行界面编程,其中还含有一个实现淡入淡出效果类。...
利用SKINMAGIC技术进行界面编程,其中还含有一个实现淡入淡出效果类。-SKINMAGIC use programming interface technology, which also contain a color LCD screen achieve such results.
- 2023-05-05 01:55:03下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
1. Asynchronous download demo 2. Demonstration in error control on the usage of...
1.演示异步下载文件 2.演示在listview控件上使用进度条 3.subclassed的使用.-1. Asynchronous download demo 2. Demonstration in error control on the usage of 3.subclassed use.
- 2022-04-20 19:25:37下载
- 积分:1
-
with Chinese explanation ~! More effective in reading comprehension and applicat...
带有中文说明~!
更有力于阅读理解和应用・!~!
-with Chinese explanation ~! More effective in reading comprehension and application! ~!
- 2022-06-11 16:03:41下载
- 积分:1