-
大小: 512KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-01-04
- 标签: Qt for android 手势事件 GestureEvent
资源简介
这是Qt for Android的测试工程,主要测试QT的触摸手势事件
代码片段和文件信息
#include “mainwindow.h“
#include
#include
#include
static void showHelp(QCommandLineParser &parser const QString errorMessage = QString())
{
QString text;
QTextStream str(&text);
str << “ “;
if (!errorMessage.isEmpty())
str << ““ << errorMessage << “
“;
str << ““ << parser.helpText() << “
“;
QMessageBox box(errorMessage.isEmpty() ? QMessageBox::Information : QMessageBox::Warning
QGuiApplication::applicationDisplayName() text
QMessageBox::Ok);
box.setTextInteractionFlags(Qt::TextBrowserInteraction);
box.exec();
}
int main(int argc char *argv[])
{
QApplication app(argc argv);
QCoreApplica
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 553 2013-11-27 19:34 testAndroid\android-libtestAndroid.so-deployment-settings.json
文件 5720 2013-11-27 20:01 testAndroid\app_process
文件 278048 2013-11-27 20:01 testAndroid\libc.so
文件 478548 2013-11-27 19:40 testAndroid\libtestAndroid.so
文件 3802 2014-07-10 15:00 testAndroid\main.cpp
文件 185676 2013-11-27 19:40 testAndroid\main.obj
文件 3720 2014-07-10 14:41 testAndroid\mainwindow.cpp
文件 1025 2014-07-10 14:44 testAndroid\mainwindow.h
文件 386384 2013-11-27 19:40 testAndroid\mainwindow.obj
文件 1133 2013-11-27 19:39 testAndroid\mainwindow.ui
文件 144241 2013-11-27 19:52 testAndroid\Makefile
文件 5811 2013-11-27 19:46 testAndroid\Makefile.Debug
文件 5884 2013-11-27 19:46 testAndroid\Makefile.Release
文件 2659 2013-11-27 19:34 testAndroid\moc_mainwindow.cpp
文件 185032 2013-11-27 19:34 testAndroid\moc_mainwindow.obj
文件 421 2013-11-27 19:28 testAndroid\testAndroid.pro
文件 19808 2014-07-10 14:02 testAndroid\testAndroid.pro.user
文件 2198 2013-11-27 19:39 testAndroid\ui_mainwindow.h
文件 54 2014-07-10 15:07 testAndroid\工程说明.txt
目录 0 2014-07-10 15:06 testAndroid
----------- --------- ---------- ----- ----
1710717 20
相关资源
- 仿赶集生活android客户端的介绍启动界
- android不错的下拉刷新效果(支持各种
- android 应用启动的时弹出的悬浮带有关
- android 左右侧滑抽屉菜单
- android 点赞+1效果
- android画图
- android 手机上调用插件打开网页
- android viewpager 动态加载数据
- Android登陆弹出界面
- android 线性布局新手入门
- android 移动PathMenu 菜单
- 用于记录女生生理期,以便女生自我
- android 自定义radiogroup实现-listview+rad
- android 获取联系人信息
- android 自定义Switch控件 (兼容低版本
- android 模拟qq发送表情功能
- Android webView和js交互的Demo
- andriod滚轮选择生日
- android 友推分享
- android SDK 离线版chm文档(含大量)
- android listview实现复选框(checkboxlist)
- android EditText加减demo
- android 管理
- 书籍《精通android游戏开发》pdf
- android ExpandableTextView
- android Imageloader 显示网络图片 源码
- android 菜单键选择背景颜色
- android 仿html table布局可横向 纵向滚动
- android 图片高斯图片模糊算法
- android activity 切换效果
评论
共有 条评论