资源简介
已经编译好的Ubuntu下Qt的arm版编译器工具,解压即可在Qtcreator中进行相关配置
代码片段和文件信息
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or alternatively in accordance with the terms contained in
** a written agreement between you and Digia. For licensing terms and
** conditions see http://qt.digia.com/licensing. For further information
** use the contact form at http://qt.digia.com/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition as a special exception Digia gives you certain additional
** rights. These rights are described in the Digia Qt LGPL Exception
** version 1.1 included in the file LGPL_EXCEPTION.txt in this package.
**
** GNU General Public License Usage
** Alternatively this file may be used under the terms of the GNU
** General Public License version 3.0 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file. Please review the following information to
** ensure the GNU General Public License version 3.0 requirements will be
** met: http://www.gnu.org/copyleft/gpl.html.
**
**
** $QT_END_LICENSE$
**
****************************************************************************/
#include “xform.h“
#include
int main(int argc char **argv)
{
Q_INIT_RESOURCE(affine);
QApplication app(argc argv);
XFormWidget xformWidget(0);
Qstyle *arthurstyle = new Arthurstyle();
xformWidget.setstyle(arthurstyle);
QList widgets = xformWidget.findChildren();
foreach (QWidget *w widgets) {
w->setstyle(arthurstyle);
w->setAttribute(Qt::WA_AcceptTouchEvents);
}
xformWidget.show();
return app.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-10-31 20:27 Qtem
目录 0 2019-10-31 20:27 Qtem
文件 1603804 2018-06-17 13:41 Qtem
文件 1226888 2018-06-17 13:41 Qtem
文件 11213424 2018-06-17 12:30 Qtem
文件 1288308 2018-06-17 13:41 Qtem
文件 1648744 2018-06-17 13:41 Qtem
目录 0 2019-10-31 20:27 Qtem
文件 1349 2013-06-07 13:16 Qtem
目录 0 2019-10-31 20:27 Qtem
文件 192176 2018-06-17 13:25 Qtem
文件 573 2013-06-07 13:16 Qtem
文件 164 2013-06-07 13:16 Qtem
文件 23771 2013-06-07 13:16 Qtem
文件 2491 2013-06-07 13:16 Qtem
文件 40182 2013-06-07 13:16 Qtem
文件 4423 2013-06-07 13:16 Qtem
文件 804 2013-06-07 13:16 Qtem
目录 0 2019-10-31 20:27 Qtem
文件 5161 2013-06-07 13:16 Qtem
文件 2824 2013-06-07 13:16 Qtem
文件 60096 2018-06-17 13:25 Qtem
文件 714 2013-06-07 13:16 Qtem
文件 108 2013-06-07 13:16 Qtem
文件 4943 2013-06-07 13:16 Qtem
文件 2319 2013-06-07 13:16 Qtem
文件 4325 2013-06-07 13:16 Qtem
目录 0 2019-10-31 20:27 Qtem
文件 782 2018-06-17 13:41 Qtem
文件 5379 2013-06-07 13:16 Qtem
文件 2187 2013-06-07 13:16 Qtem
............此处省略7937个文件信息
相关资源
- opencv-4.10.zip
- Qt Creator快速入门 第三版
- Qt5 串口调试助手源代码 漂亮界面版
- qt下支持中文的串口调试助手
- QT5写的一个简单的UDP测试工具
- tanchishe.zip
- Qt中文教程
- VS+QT环境下读取excel文件到QT界面,并
- 基于QT平台的音频播放器
- yafeilinux教程-qt学习必备-PDF版
- 东北大学linux教学资料
- pyqt5windows生成二维工具源码
- Ubuntu系统的克隆和恢复
- Debugging Tools for Windows (x86)
- 简易音乐播放器
- Qt ts翻译文件导出excel
- QT高级编程 中文完整高清版
- 精通Qt4编程pdf高清电子版
- Qt5开发及第2版(含CD光盘1张)
- Qt及Qt Quick开发实战精解.pdf
- QtitanRibbon含源码 试用版
- Qt实现中文输入法面板集成谷歌输入法
-
基于qt的qmediapla
yer类实现的一个播放 - scrt-sfx-8.1.1-1319.ubuntu16-64.x86_64.deb
- 基于QT的串口工具——实时显示波形
- Qt5 GUI programming书 和源码
- kof97 for ubuntu
- SM2算法QT实现
- QT5 编程入门的 源代码
- 骑士周游算法的QT演示版
评论
共有 条评论