-
QTCreator做的仿360界面
类似于360主界面,各个窗口的实现,可以窗口之间来回切换,可以更换皮肤,各种实用的操作,大家可以把这个框架作为开发界面用,把相关文字和图片换成自己想要的,可以省去很多时间和精力。
- 2023-01-12 10:20:04下载
- 积分:1
-
用vc++写的email程序
用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序..用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序..用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.
- 2022-08-11 07:08:14下载
- 积分:1
-
Visual.C++高级界面特效制作百例,提供丰富多彩的界面编程实例
Visual.C++高级界面特效制作百例,提供丰富多彩的界面编程实例-Visual.C++ Effects produced 100 cases of high-level interface, providing a variety of interface programming examples
- 2022-04-21 13:07:14下载
- 积分:1
-
透明控件
TransparentCtl.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
TransparentCtl.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CTransparentCtlApp 应用程序类。
TransparentCtl.cpp
这是包含应用程序类 CTransparentCtlApp 的主要应用程序源文件。
TransparentCtl.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。
- 2022-01-27 13:34:46下载
- 积分:1
-
对初学VC++和OK系列采集卡的编程有很大的帮助,
对初学VC++和OK系列采集卡的编程有很大的帮助,-For beginner VC++ And OK series of programming acquisition card of great help,
- 2022-03-21 16:44:14下载
- 积分:1
-
回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。...
回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。-Palindrome number is read from a high level to low and from low to high time is the same as, for example: 131,1221 and so on, this procedure is to find m, the requirements m, m* m, m* m* m, the three values palindrome are few.
- 2023-05-21 02:30:03下载
- 积分:1
-
背景透明的始终程序,同时可以指示中文日期,初学,请多指教...
背景透明的始终程序,同时可以指示中文日期,初学,请多指教-Background is always transparent procedures, as well as the Chinese date instructions, beginner, please advice
- 2022-01-25 21:42:14下载
- 积分:1
-
用C语言实现简单的菜单程序
菜单包括五级
用C语言实现简单的菜单程序
菜单包括五级-menu
- 2022-05-07 05:15:47下载
- 积分:1
-
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
-
很多时候,你想在你定制对话框显示的颜色。也许是单向的…
Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them. -Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them.
- 2022-04-19 03:05:04下载
- 积分:1