mainform.h
来自「在Linux底下用QtDesigner开发的一个进程同步例子。基本思想是设计一个」· C头文件 代码 · 共 58 行
H
58 行
/****************************************************************************** Form interface generated from reading ui file 'mainForm.ui'**** Created: 三 5月 16 16:38:23 2007** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.1 edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINFORM_H#define MAINFORM_H#include <qvariant.h>#include <qmainwindow.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QAction;class QActionGroup;class QToolBar;class QPopupMenu;class QLabel;class QLineEdit;class QPushButton;class mainForm : public QMainWindow{ Q_OBJECTpublic: mainForm( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel ); ~mainForm(); QPushButton* pushButton4; QLabel* textLabel3; QPushButton* pushButton3; QLabel* textLabel2; QLabel* textLabel1; QLineEdit* lineEdit5; QLineEdit* lineEdit6; QLineEdit* lineEdit2; QLineEdit* lineEdit3; QLineEdit* lineEdit4; QLineEdit* lineEdit1;public slots: virtual void addSlot(); virtual void GetSlot();protected:protected slots: virtual void languageChange();};#endif // MAINFORM_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?