首页| 论坛| 消息

标题:parse error before '{' token 编译错误郁闷两天了
作者:znbutterfly
日期:2010-04-23 21:52
内容:

/****************************************************************************
** Form interface generated from reading ui file 'mycom.ui'
**
** Created: Mon Apr 19 22:21:48 2010
**by:The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef MYCOM_H
#define MYCOM_H
#include
#include
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QComboBox;
class QLabel;
class QLineEdit;
class QPushButton;
class QTextView;
//class QTimer;
class MyThread : public QThread
{//错误显示在这
public:
void run();

};

class mycom :public QWidget
{
Q_OBJECT
public:
mycom( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~mycom() ;
QLabel* TextLabel1;
QLabel* TextLabel1_2;
QLabel* TextLabel1_2_2;
QLabel* TextLabel1_3;
QLabel* TextLabel1_4;
QComboBox* ComboBox1;
QComboBox* ComboBox1_2;
QComboBox* ComboBox1_3;
QComboBox* ComboBox1_4;
&n ..


#1 [znbutterfly 04-26 09:52]
应该是缺少这个库libqte-mt.so
但不知道怎么添加

回复 发表
主题 版块