资源简介
Qt下属性表类,用于开发类似vs属性的界面
代码片段和文件信息
/****************************************************************************
**
** 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();
}
- 上一篇:胡伟武计算机体系结构答案中科院
- 下一篇:2018汽车数据excel
相关资源
- Qt俄罗斯方块源码亲测通过编译
- Qt 做的俄罗斯方块游戏代码
- QT+ffmpeg+多摄像头+实时Ubuntu直接可用(
- QT+OpenCV实现图像识别
- 基于qt4的多媒体播放器图片,音乐,
- Qt远程控制软件源码
- Qt之USB数据监测软件源程序
- 流视界(工程+SDK)
- 使用FFmpeg和Qt制作图形化转码工具
- 程序包.rar基于pyqt+OpenCV设计的用户密
- QT插件框架
-
em
beddedWebBrowser D5-XE2 - Dashboard.rar
- wenshidushangweiji.rar
- 基于zigbee的qt 智能大棚
- 登陆界面设计
- 《Qt学习之路2》——豆子
- opengl与QT实现天空盒
- Qt实现窗体在显示屏旁边自动隐藏/显
- qt利用tcp通信相互发送图片
- QTITANRIBBON
- QT中的图书管理系统
- Qt通过串口读单片机温度数据画动态波
- 基于STM32F1和ESP8266的MQTT数据传输
- Qt5:Qt版聊天软件
- ChartDirector6 破解
- xlslib_for_qt(xlslib_v2.5.0)
- Qt实现动态曲线图
- GBRL配套的Candle_1.1.7源代码用于DIY cn
- QT二级菜单
评论
共有 条评论