-
给对话框增加工具条
给对话框增加工具条
给对话框增加工具条
给对话框增加工具条-Increase the tool bar to the dialog box to increase the tool bar to the dialog box dialog box to increase Toolbar
- 2022-03-03 01:57:46下载
- 积分:1
-
这是在mfc中的界面编程,这是一个获得系统时间的源代码。
这是在mfc中的界面编程,这是一个获得系统时间的源代码。-This is the mfc programming interface, which is a system time to obtain the source code.
- 2022-02-09 20:22:36下载
- 积分:1
-
QT的遗传控制,实现自己的功能。在继承和qtbalewidget…
继承QT的控件,实现自己的功能。里面继承了QTbaleWidget和Qlabel,仅供参考-QT inherited control, to realize their functions. Inside and QTbaleWidget inherited Qlabel, for reference only
- 2022-02-04 23:12:08下载
- 积分:1
-
控制旋钮
在 c# 中制定音量控制或旋钮控件作为用户控件
DotNetBar 旋钮/拨号控制是仪器仪表控制集使您可以创建控制实时工具的用户界面的一部分仪表板控制板等。
控制包括可配置的颜色,形状和整体的用户交互的视觉样式的数量。此外分别可以呈现的主要控制元件,每个给你最大的灵活性,在控件的外观和行为。
- 2022-01-25 18:26:50下载
- 积分:1
-
一个简单的中文和英文版简历
一个简单的个人简历 用中英文2版制作 其中图片是PS制作 主要实现个JWINDWO的使用 -a simple single resume of both chinese and english version
the images inside it was created by PS
to implement and demo the "WYSIWYG" function
- 2023-01-09 06:25: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
-
此程序是windows新一代图像引擎Windows Presentation Foundation(即WPF)的动画效果演示系统,展示了新一代图形界面动画的工作...
此程序是windows新一代图像引擎Windows Presentation Foundation(即WPF)的动画效果演示系统,展示了新一代图形界面动画的工作方式。-This program is a windows graphics engine, a new generation of Windows Presentation Foundation (or WPF) animation demonstration system to demonstrate a new generation of graphical user interface animation work.
- 2022-02-05 19:10:46下载
- 积分:1
-
卡耐基上的SSD1的exercise6答案,可以参考下。感觉很好…
Carnegie上的SSD1的exercise6答案,可以参考下。感觉还不错的。-Carnegie of SSD1 on exercise6 answers, can refer to the next. Feeling pretty good.
- 2022-06-14 04:02:57下载
- 积分:1
-
QT 360界面
简单的界面开发实例,很适用于新手啊,自定义的界面,按钮及控件,在开发的过程中使用时间过滤器,对特定的事件进行处理,用css的方法实现界面的多元化。
- 2022-01-26 08:16:29下载
- 积分:1
-
Visual Studio style UI Visual Studio风格的界面效果(15KB)
Visual Studio style UI Visual Studio风格的界面效果(15KB)-Visual Studio style UI Visual Studio style interface effects (15KB)
- 2022-01-25 16:33:16下载
- 积分:1