• 3267阅读
  • 0回复

写成序出现问题?QGtkStyle was unable to detect the current GTK+ theme. [复制链接]

上一主题 下一主题
离线senlin8350
 
只看楼主 倒序阅读 楼主  发表于: 2013-01-19
#include <QApplication>
#include <QLabel>

int main(int argc, char *argv[])
{
   QApplication app(argc, argv);
   QLabel *label = new QLabel("Hello QT!");
   label->show();
   return app.exec();
}

编写这个程序出现这样的问题?QGtkStyle was unable to detect the current GTK+ theme.
Qt: Session management error: None of the authentication protocols specified are supported

我用的ubuntu10.04
快速回复
限100 字节
 
上一个 下一个