?? 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 <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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -