-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1
-
演示了几种控件的拖拽操作,拖动一个很好的学习例子…
演示了几个控件的拖放,是一个很好的学习拖动的例子
- 2022-05-31 15:41:51下载
- 积分:1
-
简单的计算器软件,采用vc6.0开发,希望对您有用。
简单的计算器软件,采用vc6.0开发,希望对您有用。-A simple calculator software, developed using vc6.
- 2022-02-06 21:13:49下载
- 积分:1
-
一个制作圆形按钮的例子
一个制作圆形按钮的例子-produced an example of the circular button
- 2022-03-13 06:55:08下载
- 积分:1
-
使用GDI+转换图像格式 使用GDI+转换图像格式 E语言源码
使用GDI+转换图像格式 使用GDI+转换图像格式 E语言源码-Use GDI+ Convert image format used GDI+ Convert image format E language source
- 2022-03-14 01:30:41下载
- 积分:1
-
cdfsobjirc IRC是Java
cdfsObjirc是一款基于IRC的Java聊天程序。这是第五代产品,包括:流行的GUI图形模式(为普通人而不只是开发者设计的)。基于事件支持IRC协议。基于插件的Python和Java支持DCCpro-cdfsObjirc IRC is a Java-based chat program. This is the fifth-generation products, including : the popular GUI graphics mode (for the ordinary people and not just developers design). Event-based support for IRC agreement. Python-based plug-in and Java support DCCpro
- 2022-01-30 18:01:13下载
- 积分:1
-
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考....
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
- 2022-03-12 22:29:14下载
- 积分:1
-
具有浮动风格的界面工具库
具有浮动风格的界面工具库-with floating-style interface toolkit
- 2022-10-01 17:25:03下载
- 积分:1
-
VB精彩编程200例,包含显示文字加载图形等例子
VB精彩编程200例,包含显示文字加载图形等例子-VB wonderful program of 200 cases, including the display text, graphics, etc. Examples of load
- 2022-03-02 10:06:22下载
- 积分:1
-
基于MFC的用于显示当前时间的函数
资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是MFC对话框编程,编的小程序,主要是为了在对话框里显示当前时间。供大家下载!
- 2022-11-28 23:55:04下载
- 积分:1