资源简介
Qt属性表控件-与QtCreator的属性设置及VS的属性控件一样,具体配置方法及使用见:
http://blog.csdn.net/czyt1988/article/details/42423613
代码片段和文件信息
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
** “Redistribution and use in source and binary forms with or without
** modification are permitted provided that the following conditions are
** met:
** * Redistributions of source code must retain the above copyright
** notice this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright
** notice this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
** of its contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
** LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
** SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
** LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
** DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.“
**
** $QT_END_LICENSE$
**
****************************************************************************/
#include
#include “mainwindow.h“
int main(int argc char **argv)
{
QApplication app(argc argv);
MainWindow mw;
mw.show();
return app.exec();
}
相关资源
- qt下超强绘图控件 - QCustomPlot
- mqtt源码及文档
- Qt OpenGL 多图片纹理例程
- 资源文件此资源是作者博客教程所用
- Qt绘制频谱
- MQTT 客户端调试工具V1.1
- 嵌入式linux下QT开发 Camera摄像头采集视
- Qt4编写简单的计算器
- qtribbon可用
- Qt编程_数字图像处理
- air202 mqtt 测试程序
- qt5串口简单实现图片、pdf文件的传输
- openCV+qt视频传输
- QT 获取天气
- Linux下QT串口通信已测可用
- QT实现的小日历
- Qt 下使用线程绘图
- pyqt qss实现的360界面
- Qt模仿360界面实现(含所有源代码)
- ds18b20-mini2440驱动,测试程序,qt显示
- qt5.8实现rtsp流播放
- Qt通过UDP传图片 实现自定义分包和组
- QT5检测USB设备
- Qt4~实现音乐播放器~完整
- Qt 雷达图 卫星图
- 基于QT的象棋游戏
- 史上最详细的触摸屏tslib库移植和Qt的
- 基于QT的绘图软件.rar
- QT添加水印源码
- Qwt6.1.3 mvcs2015 编译库文件包含qtcreat
评论
共有 条评论