hello_base.h

来自「qt/embeded rh9环境下编译脚本命令文件及hello程序代码」· C头文件 代码 · 共 37 行

H
37
字号
/****************************************************************************** Form interface generated from reading ui file 'hello_base.ui'**** Created: Fri Jan 13 17:16:47 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef HELLOBASEFORM_H#define HELLOBASEFORM_H#include <qvariant.h>#include <qwidget.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel;class QPushButton;class HelloBaseForm : public QWidget{     Q_OBJECTpublic:    HelloBaseForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );    ~HelloBaseForm();    QPushButton* PushButton1;    QLabel* MessageLabel;protected slots:    virtual void SayHello();};#endif // HELLOBASEFORM_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?