-
大小: 23.85MB文件类型: .gz金币: 1下载: 0 次发布日期: 2023-08-01
- 语言: C/C++
- 标签: Qt Eclipse C++ incubation
资源简介
利用 Eclipse C++ Qt 开发程序的安装插件
代码片段和文件信息
/*********************************************************************************
**
** This file is part of Qt Eclipse Integration
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Windows(R) users may use this file under the terms of the Qt Eclipse
** Plug In License Agreement Version 1.0 as attached in the LICENSE.TXT file.
**
** Linux(R) users may use this file under the terms of the GNU Lesser
** General Public License Agreement version 2.1 as shown in the LGPL-2_1.TXT file.
**
**********************************************************************************/
#include “adddialog.h“
AddDialog::AddDialog(QWidget *parent)
: QDialog(parent)
{
ui.setupUi(this);
}
AddDialog::~AddDialog()
{
}
- 上一篇:2018年新华三C语言笔试题
- 下一篇:MFC多语言界面切换
相关资源
- C++ 经典泡泡龙源代码
- MSDN中文版下载261719
- 精通MATLAB与C&C++混合程序设计第3版源
- Effective C++中文第三版pdf 带完整目录书
- 《C++语言程序设计(第4版)》.(郑莉
- UDP打洞有心跳包和断网自动连接功能
- c++操作ch340 发送串口给arduino
- 基于QT5的简化版黄金矿工
- C++实现白贝塞尔法大地主题正反算
- OpenGL入门全套参考资料[C++]
- OpenCV 4 Cookbook_ C++ 4th Edition.pdf Robert
- opencv摄像机名称及id获取,以及串口名
- 进程/作业调度:时间片轮转调度算法
- c++数据结构.pdf
- 基于C++的三菱机床实时数据采集可运
- 新c++ cplusplus reference chm (完整版)
- video超适合自学的C++基础视频_深入浅
- C 语言贯通教程——C、C++、Visual C++
- 基于QT的商品销售管理系统
- 图书管理系统——C++实现
- MFC课程设计:职工信息管理系统
- C++学生通讯录系统
- 数据结构与程序设计——C++语言描述
- Effective C++ 中文版第三版 高清PDF
- C/C++编译仿真器
- 基于OpenCV3( Python / C++ ) 的车道检测
- 17个VC++与OPENGL写的游戏程序代码
- vc++6.0简体中文版
- squish 帮助手册
- 基于QT的C++图片查看浏览器的设计与实
评论
共有 条评论