资源简介

这是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


评论

共有 条评论