-
桌面时钟的源码,可以透明的显示在桌面上,
桌面时钟的源码,可以透明的显示在桌面上,-Desktop clock source can be transparent display on the desktop,
- 2022-04-27 19:52:28下载
- 积分:1
-
将view显示为全屏方式的例子
将view显示为全屏方式的例子- View demonstration for entire screen way example
- 2022-02-02 16:33:32下载
- 积分:1
-
delphi下dataGrid组件变颜色的实现方法,供界面变成人员参考
delphi下dataGrid组件变颜色的实现方法,供界面变成人员参考-dataGrid components under color change method for the interface into reference
- 2022-02-09 17:20:23下载
- 积分:1
-
很容易使用的使用吸收边界条件的解决方案
很好用的利用吸收边界条件解决二维maxwell方程的时域有限差分法matlab源程序- The very easy to use use absorbs boundary condition solution
two-dimensional maxwell the equation the time domain finite difference
method matlab source program
- 2022-06-03 00:24:27下载
- 积分:1
-
数字进行逗号分隔
自动将输入数字进行逗号分隔,每三个数字用逗号隔开,如输入12345678,自动设置为12,345,678,方便使用者使用,并且该源码执行效率很高,可以快速分隔,开发者可以移植到其他平台进行处理
- 2023-06-13 21:50:04下载
- 积分:1
-
位图控件源码-读取位图到图片框并自动添加滚动条
一个经典好用的位图控件,添加了滚动条,实现图片大过picture控件时自动显示滚动条,拖动滚动条图片随之刷新。
- 2022-04-23 13:22:13下载
- 积分: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
-
实时绘制曲线程序,非常漂亮的界面,可用于长时间数据采集等大数量数据可视化显示工程中。...
实时绘制曲线程序,非常漂亮的界面,可用于长时间数据采集等大数量数据可视化显示工程中。-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
-
本代码在VC中实现了MDI窗口的全屏显示,运行程序后,单击视图中的"全屏"即可,按"ESC"可退出全屏....
本代码在VC中实现了MDI窗口的全屏显示,运行程序后,单击视图中的"全屏"即可,按"ESC"可退出全屏.-the code in VC MDI achieve a full-screen window, run programs, click View the "full-screen" can, by the "ESC" may withdraw from the full screen.
- 2022-02-07 01:05:39下载
- 积分:1
-
ColorDialogo
打开“基本颜色”和“高级颜色”框,将颜色添加到按钮,然后从windows窗体的颜色开始
- 2022-12-03 22:15:03下载
- 积分:1