www.pudn.com > code-qt.rar > hello_base.h
/**************************************************************************** ** 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#include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel; class QPushButton; class HelloBaseForm : public QWidget { Q_OBJECT public: HelloBaseForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~HelloBaseForm(); QPushButton* PushButton1; QLabel* MessageLabel; protected slots: virtual void SayHello(); }; #endif // HELLOBASEFORM_H