上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页
摘要: import QtQuick 2.4import QtQuick.Window 2.2Window { visible: true MainForm { anchors.fill: parent } Rectangle{ width: 300 ... 阅读全文
posted @ 2015-08-27 21:19 yshy 阅读(251) 评论(0) 推荐(0) 编辑
摘要: import QtQuick 2.4import QtQuick.Controls 1.4import QtQuick.Controls.Styles 1.4import QtQuick.Window 2.2Window { visible: true MainForm { ... 阅读全文
posted @ 2015-08-27 21:01 yshy 阅读(287) 评论(0) 推荐(0) 编辑
摘要: import QtQuick 2.4import QtQuick.Controls 1.4import QtQuick.Controls.Styles 1.4import QtQuick.Window 2.2Window { visible: true MainForm { ... 阅读全文
posted @ 2015-08-27 20:34 yshy 阅读(314) 评论(0) 推荐(0) 编辑
摘要: android:lines="5" android:ellipsize="end" 阅读全文
posted @ 2015-08-26 10:52 yshy 阅读(653) 评论(0) 推荐(0) 编辑
摘要: {{k.NAME}}-{{k.IS_MR}} ... 阅读全文
posted @ 2015-08-25 22:08 yshy 阅读(2038) 评论(0) 推荐(0) 编辑
摘要: 新建Qt Widgets Application->Browser01修改.pro文件内容:#-------------------------------------------------## Project created by QtCreator 2015-08-24T21:48:01##-... 阅读全文
posted @ 2015-08-24 22:02 yshy 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 场景:在应用主界面,点击"按钮",弹出用户登陆对话框,用户输入用户名点击登陆,在主界面显示用户输入的用户名.1:新建Qt Widgets Application,名称:signal-t022:在主应用界面(mainwindow.ui)增加一个Label与PushButton,objectName分别... 阅读全文
posted @ 2015-08-22 16:27 yshy 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 报错代码如下:label->setText(tr("您好,Qt5.5.0!"));修改为: label->setText(QObject::tr("您好,Qt5.5.0!")); 阅读全文
posted @ 2015-08-22 09:57 yshy 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 安装:libgl1-mesa-dev问题解决y@y:~$ sudo apt-get install libgl1-mesa-dev 阅读全文
posted @ 2015-08-19 19:31 yshy 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 参照:https://www.npmjs.com/package/cordova-uglify安装:npminstallcordova-uglify安装完成之后,打开:hooks/uglify-config.json{ "alwaysRun": true, "recursiveFolde... 阅读全文
posted @ 2015-08-17 23:24 yshy 阅读(924) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页