qt怎么用??
c4droid吧
全部回复
仅看楼主
level 7
如题,求解各位大神。
另,手机上怎么实现触摸的功能?
2016年05月10日 02点05分 1
level 9
下Qt程式库
2016年05月12日 10点05分 2
下载了,,但是测试程序编译没通过
2016年05月12日 11点05分
@我的知道——号 你的默认配置终端命令配置了吗?
2016年05月12日 12点05分
@我的知道——号 实在不行把qt文件夹移到文件目录旁 用""直接#include [乖]其实本初一没试过[汗]
2016年05月12日 14点05分
@清澈泠秀♬ 我没root权限,,。本菜手机root还得找华为弄解锁码,。不过我也懒得去root了
2016年05月13日 02点05分
level 7
@853958758ww 求大神带
2016年05月14日 01点05分 3
level 7
//#include <QtGui>
#include <QApplication>
//#include <QDialog>
//#include <QLabel>
int main(int argc,char* argv[])
{
QApplication app(argc,argv);
//QDialog* dd = new QDialog();
//QLabel* label = new QLabel(dd);
//label->setText("Hello World!");
//dd->show();
return app.exec();
}
已然精简到这个程度了,,求解
2016年05月14日 01点05分 4
level 9
Qt made的参数复制到默认参数试试上去
2016年05月14日 01点05分 5
1