QT的关于tr的问题
#include<QApplication>#include<QPushButton>intmain(intargc,char**argv){QApplicationap...
#include <QApplication>
#include <QPushButton>
int main(int argc,char **argv)
{
QApplication app(argc,argv);
QPushButton *pushbutton = new QPushButton(tr("hello world!!"));
pushbutton->show();
return app.exec();
}
关于
在linux下面能运行通过,但是在windows下面的QtCreator要QObject::tr或者省去tr才能编译通过,但是问题是如果我要在linux省去tr,不能运行的。所以只有如果想在linux和windows下面运行的话,那就只能通过QObject::tr的了,但是它好长,有什么
各位大大们可以解决的方法?? 展开
#include <QPushButton>
int main(int argc,char **argv)
{
QApplication app(argc,argv);
QPushButton *pushbutton = new QPushButton(tr("hello world!!"));
pushbutton->show();
return app.exec();
}
关于
在linux下面能运行通过,但是在windows下面的QtCreator要QObject::tr或者省去tr才能编译通过,但是问题是如果我要在linux省去tr,不能运行的。所以只有如果想在linux和windows下面运行的话,那就只能通过QObject::tr的了,但是它好长,有什么
各位大大们可以解决的方法?? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询