⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.h

📁 在Linux底下用QtDesigner开发的一个进程同步例子。基本思想是设计一个缓冲区(循环队列)
💻 H
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -