📄 form1.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'demo1.ui'**** Created: Sat Jun 26 17:28:49 2004** 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 <qwidget.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup;class QCheckBox;class QFrame;class QLabel;class QLineEdit;class QPushButton;class QRadioButton;class QSpinBox;class QTabWidget;class Form2;class Form3;class Form1 : public QWidget{ Q_OBJECTpublic: Form1( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Form1(); QFrame* Frame3; QCheckBox* CheckBox1; QLabel* TextLabel1; QSpinBox* SpinBox1; QButtonGroup* ButtonGroup1; QRadioButton* RadioButton2; QRadioButton* RadioButton1; QTabWidget* TabWidget2; QWidget* tab; QLineEdit* LineEdit1; QWidget* tab_2; QPushButton* PushButton6; QPushButton* PushButton1; Form2* m_fm2; Form3* m_fm3; private slots: void shownext();};#endif // FORM1_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -