-
windows MDI例子
windows MDI例子-windows MDI example
- 2022-04-16 07:37:31下载
- 积分:1
-
最近点对 Python实现 带界面
python实现的最近点对问题,带界面,可交互操作
- 2022-06-19 22:29:25下载
- 积分:1
-
使用Windows控制面板或quickres改变您的图形卡屏…
使用Windows控制面板或QuickRes更改图形卡的屏幕深度和分辨率
- 2022-02-14 06:32:46下载
- 积分:1
-
界面程序,菜单和按钮的绘制,可能有溢出漏洞
界面程序,菜单和按钮的绘制,可能有溢出漏洞-Interface procedures, menu and button mapping, you may have Overflow Vulnerability
- 2022-03-19 11:05:46下载
- 积分:1
-
(实例108)动态增减MSFlexGrid行数
(实例108)动态增减MSFlexGrid行数-(example 108) dynamic changes in the number MSFlexGrid OK
- 2022-02-25 08:34: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 dialog which can be used to display the system in wait or busy state
- 2022-07-17 16:20:43下载
- 积分:1
-
通过图形用户界面控制小车
运用基于ARM
Cortex-M3内核的stm32单片机,并在其上移植了uc/os II操作系统。此外,为了能更好的进行人机交互,在前面的基础上移植了ucgui。完成了以上的基础准备工作后,制作了一个智能小车控制系统,控制界面是基于ucgui制作的一个图形用户界面,可以控制小车的启停以及速度和方向,运用蓝牙串口实现通信,用k60来控制小车的运动。
- 2022-03-24 19:02:05下载
- 积分:1
-
鼠标移到上面 显示相应的提示信息 tooltip Balloon
鼠标移到上面 显示相应的提示信息 tooltip Balloon-Move your mouse over the tips shown above the corresponding tooltip Balloon
- 2022-06-13 19:08:02下载
- 积分:1
-
自从来到我们的论坛以来,认识了很多的朋友和编程的高手,从中学到了很多知识。我看在论坛中有很多人问关于树控的问题。故将树控的一些问题写出来,以供大家参考,同时也作...
自从来到我们的论坛以来,认识了很多的朋友和编程的高手,从中学到了很多知识。我看在论坛中有很多人问关于树控的问题。故将树控的一些问题写出来,以供大家参考,同时也作为近一段时间来学习的总结。
本文中主要讲到如何在多文档中加入一个ControlBar,以及如何在ControlBar中加入一个树控方法。这也是软件系统中常用的一种界面,希望能对大家有所帮助。-since we came to the Forum, a lot of friends and programming experts and learn from a lot of knowledge. I look at the Forum, many people have asked for the tree control problems. There will be a tree with some written, for your reference, but also to learn as recently summed up. This paper mainly mentioned how many files into a ControlBar. and how ControlBar into a tree control methods. This software system is a common interface, we want to help.
- 2022-01-22 13:38:54下载
- 积分:1