-
一个透明菜单的例子。
一个透明菜单的例子。- A transparent menu example.
- 2022-08-05 13:38:31下载
- 积分:1
-
E:Visual C++程序员实用大全(精华版)源代码 Samples 主要是basic control如何实现...
E:Visual C++程序员实用大全(精华版)源代码 Samples 主要是basic control如何实现-E : Visual C programmers Practical Solutions (best version) source code Visual C programmers Practical Solutions (exquisite Chinese version) source code Samples is mainly how to achieve basic control
- 2023-05-17 17:55:02下载
- 积分: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
-
Delphi如何使用HTML做软件界面,界面可以为任何HTML页面,无需web服务器。...
Delphi如何使用HTML做软件界面,界面可以为任何HTML页面,无需web服务器。- how to write a HTML Form Application,
no webserver needed.
- 2023-03-27 06:10:03下载
- 积分:1
-
本程序实现了类似VC++的界面的功能!其工具窗口可以悬浮,可以靠边!...
本程序实现了类似VC++的界面的功能!其工具窗口可以悬浮,可以靠边!-the program similar to the VC interface function! Its tool window can be suspended, step aside!
- 2022-04-22 03:08:56下载
- 积分:1
-
is my first semester of operation, a series java shop, can find merchandise info...
是我第一个学期的作业,java编一个shop,可以查询商品信息、顾客信息等。站长,我的老底都要给你掏空了,多多包涵阿-is my first semester of operation, a series java shop, can find merchandise information, customer information.
- 2023-07-18 11:20:03下载
- 积分:1
-
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发....
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
- 2023-03-19 10:30:04下载
- 积分:1
-
多语言界面简单示例
多语言界面简单示例-simple example
- 2022-01-28 11:05:41下载
- 积分:1
-
mfc programming with a student management system friendly interface can be added...
一个用mfc编程的学生管理系统界面友好,可以对学生成绩添加删除修改查找等功能,可用于小学校的成绩管理-mfc programming with a student management system friendly interface can be added to student achievement amended to delete search functions that can be used for the primary performance management
- 2022-04-11 21:41:33下载
- 积分:1
-
使用PHP和SQL初学者简单的网站
应用背景PHP是一种HTML适合地融入并创建动态网站在人民的手中,即使像我这样的人谁都懒得学习perl脚本和其他复杂的后端石林的工具功能强大的脚本语言。本教程是为懂得HTML但人不知道很多关于PHP。一个PHP的最大特征是它的一个免费开源的语言,所以有各种各样的优秀参考资料关于它的存在,这意味着一旦你了解的基础知识,发现你需要把你的技能的材料很容易。关键技术景区简介PHP是什么?那么,什么是这整个PHP业务吗?PHP是一种程序,被安装在你的Web服务器软件。它的工作原理与版本的阿帕奇(Apache教程:初学者),微软IIS等服务器软件包。你使用PHP插入PHP代码在HTML,使得你的网站。当一个客户端(Web上的任何人)访问一个网页包含此代码,您的服务器执行它。这就是为什么你需要为你自己的服务器上安装测试PHP本地服务器的大脑,而不是你的浏览器。用户不需要任何特殊的插件或任何看到你的PHP在行动-它得到用户的普通老式的HTML。PHP是一种脚本语言,如HTML。这意味着代码不需要在用之前它会飞是必要的编译处理。在我们挖的,你应该知道一个网站叫 ;net。PHP是一个开源的语言,和net是它的控制中心,具有广泛的参考材料的语言和技巧将在全球各地的用户。net有例外,关于语言的深层信息,但它可以是有点神秘的新人。我们将看看如何在看完这篇教程使用net。
- 2022-05-29 01:58:26下载
- 积分:1