-
强大的界面编程功能,
强大的界面编程功能,-powerful programming interface functions,
- 2022-12-12 08:40:03下载
- 积分:1
-
Examples of visual programming windows
windows可视化编程实例-Examples of visual programming windows
- 2022-01-25 15:14:20下载
- 积分:1
-
This is a small animation production process. To help beginners learn graphical...
这是一个生成动画的小程序。能够帮助初学者学习图形编程。方便易用。-This is a small animation production process. To help beginners learn graphical programming. Easy-to-use.
- 2022-07-06 21:55:41下载
- 积分:1
-
一个类似于delphi,c++builder属性编辑器的实现
一个类似于delphi,c++builder属性编辑器的实现-similar to a, c builder attribute the achievement Editor
- 2022-10-03 05:10:03下载
- 积分:1
-
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂...
C#写的用户登陆界面代码,用到了很基础的东西,希望大家能看懂-api login
- 2022-01-28 23:57:25下载
- 积分: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
-
开发一个类似XP 风格的源代码
开发一个类似XP 风格的源代码-development of a similar style XP source code
- 2022-01-24 09:53:43下载
- 积分:1
-
在类VC界面实现中制作个性化界面以及实现制作多国语言切换 ,大家可以看看怎么样? 给些建议...
在类VC界面实现中制作个性化界面以及实现制作多国语言切换 ,大家可以看看怎么样? 给些建议-VC interface in the class realization create personalized interface and the achievement of producing multi-language switching, we will look at how to sample some of its recommendations
- 2022-12-03 08:35:03下载
- 积分:1
-
箭头的阴谋
箭头情节 matlab 代码
%箭头绘制带有箭头的线。
%
%Arrow(start,stop) 绘制带有箭头的线从启动到停止 (点
%应该是 2 或 3,长度的向量或矩阵的 2 或 3
%列),并返回的 arrow(s) 的图形句柄。
- 2022-05-10 18:45:16下载
- 积分:1
-
小小的抓屏程序的实现 刚开始写的程序有BUG,其根本原因是按像素处理速度太慢,还在处理过程中的时候,显存中的内容已经改变了,所以会出来意想不到的画面。...
小小的抓屏程序的实现 刚开始写的程序有BUG,其根本原因是按像素处理速度太慢,还在处理过程中的时候,显存中的内容已经改变了,所以会出来意想不到的画面。 -minor procedures to achieve just started writing the procedures BUG, and the fundamental reason is based on pixel processing speed is too slow, but also the course of processing, memory of the contents have changed, it will be out of unexpected images.
- 2022-09-02 12:15:03下载
- 积分:1