找回密码
 注册
查看: 592|回复: 0

这样的需要怎么编译阿

[复制链接]
发表于 2005-10-13 21:16:01 | 显示全部楼层 |阅读模式
class Hello : public QWidget{

Q_OBJECT
public:
        hello(const char *text,QWidget *parent=0);
signals:
     void clicked()
protected:
     void mouseReleaseEvent(QMouseEvent *);
     void paintEvent(QPaintEvent *);
private slots:
     void animate();
private:
     QString t;
     int b;

}


这是部分代码
就是linux里面的一个hello的例子
我不知道应该如何编译
高手麻烦看一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-2-7 23:01 , Processed in 0.024748 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表