-
位图
Bitmap - buttons for the Titlebar -Bitmap- buttons for the Titlebar
- 2022-07-14 17:16:00下载
- 积分:1
-
system tray procedures, a system tray kind of simple applications. Such direct a...
系统托盘程序,一个系统托盘类的简单应用。此类可直接使用-system tray procedures, a system tray kind of simple applications. Such direct access
- 2022-03-20 06:12:56下载
- 积分:1
-
good graphics processing, support for multiple graphics algorithm, which is perf...
很好的图形处理程序, 支持多种图形算法,很适合初学者-good graphics processing, support for multiple graphics algorithm, which is perfect for beginners
- 2023-09-06 17:20:04下载
- 积分:1
-
查找系统中存在的窗口,选择窗口后可以设定窗口的透明度
查找系统中存在的窗口,选择窗口后可以设定窗口的透明度-Systems that exist in search window, select the window you can set the transparency of the window
- 2022-06-01 15:27:19下载
- 积分:1
-
WPF拖拽动画
程序实现拖动表格向下滑动,不现实滚动条,可用在触摸屏的界面拖动特效
- 2022-08-04 09:52:43下载
- 积分:1
-
图形界面制作
图形界面制作-The production of graphical interface
- 2022-02-03 09:10:28下载
- 积分:1
-
用vc实现的用鼠标调节对比度
用vc实现的用鼠标调节对比度-vc used to achieve the regulatory contrast with the mouse
- 2022-10-15 10:15: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
-
interface development, belonging to extract immediate, Oral detailed description...
界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
- 2022-03-03 01:07:31下载
- 积分:1
-
XPControls控件包。是一个用于DELPHI的界面开发换肤工具包,
XPControls控件包。是一个用于DELPHI的界面开发换肤工具包,-XPControls control packets. Delphi is one for the Eurocargo interface development tool kit
- 2023-06-03 23:55:03下载
- 积分:1