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

📄 mainform.h

📁 一个Linux下的五子棋对战游戏
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'mainform.ui'**** Created: 二  5月 30 19:06:18 2006**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.5   edited Aug 31 12:13 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINFORM_H#define MAINFORM_H#include <qvariant.h>#include <qmainwindow.h>#include <qevent.h>#include <qwidget.h>#include <qmessagebox.h> class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QAction;class QActionGroup;class QToolBar;class QPopupMenu;class QLineEdit;class QLabel;class QPushButton;class QFrame;class mainform : public QMainWindow{    Q_OBJECTpublic:    mainform( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel );    ~mainform();    QLineEdit* lineEdit1;    QLineEdit* lineEdit2;    QLabel* textLabel2;    QLabel* textLabel3;    QLineEdit* lineEdit3;    QPushButton* pushButton1;    QLabel* textLabel1;    QLabel* textLabel4;    QLabel* textLabel5;    QLabel* textLabel6;    QLabel* textLabel7;    QFrame* line3;    QLabel* textLabel8;    QFrame* line4;    QPushButton* pushButton3;    QPushButton* pushButton2;    QFrame* line2;    QFrame* boardframe;protected:protected slots:    virtual void languageChange();};#endif // MAINFORM_H

⌨️ 快捷键说明

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