-
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
-
C++拖拽绘图
MFC实现对自定义绘图的拖拽处理,单文档客户区进行绘图。图形的拖拽处理主要集中在以下三个函数:void OnLButtonDown(UINT nFlags, CPoint point);void OnMouseMove(UINT nFlags, CPoint point);void OnLButtonUp(UINT nFlags, CPoint point);
- 2022-07-10 08:51:22下载
- 积分:1
-
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Delete data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
- 2022-03-02 20:44:17下载
- 积分:1
-
圆形按钮
圆形按钮-Selecting dialogbox of color
- 2022-04-22 04:30:23下载
- 积分:1
-
这是一个很好的界面
这是一个很好的界面-This is a very good interface
- 2022-11-15 23:10:03下载
- 积分:1
-
图书管理
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
- 2022-01-27 15:29:03下载
- 积分:1
-
用 QT 写的一个跨平台的图片浏览软件。
学习QT的可以参考下。...
用 QT 写的一个跨平台的图片浏览软件。
学习QT的可以参考下。 -Written using QT, a cross-platform image browser software. QT-learning can refer to the next.
- 2022-02-15 02:32:09下载
- 积分:1
-
FLYPHP图片系统应用运行环境:PHP MySQL(免费版)
flyphp图片系统v1.1.1
运行环境:
php+mysql(免费版)-flyphp Photo System v1.1.1 operating environment : php mysql (free version)
- 2022-03-31 06:41:31下载
- 积分: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
-
基于qt的扫雷
简单的基于qt界面的扫雷软件,实现了扫雷的基本功能,包括初级,中级,高级,自定义的模式设置,还有皮肤的更换功能,所用的平台为qt,语言为c++,界面美观实用
- 2023-04-19 22:55:04下载
- 积分:1