form1.h

来自「一大堆的qt程序,在qte2.3.7下全部可以很好地运行」· C头文件 代码 · 共 36 行

H
36
字号
/****************************************************************************** Form interface generated from reading ui file 'form1.ui'**** Created: Mon Aug 28 17:37:22 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM1_H#define FORM1_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup;class QCheckBox;class QRadioButton;class Form1 : public QDialog{     Q_OBJECTpublic:    Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form1();    QButtonGroup* ButtonGroup1;    QRadioButton* RadioButton1;    QCheckBox* CheckBox1;};#endif // FORM1_H

⌨️ 快捷键说明

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