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

📄 mainwindowform.h

📁 本代码采用嵌入式qt编写
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'mainwindowform.ui'**** Created: Wed Apr 26 17:08:30 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINWINDOWFORM_H#define MAINWINDOWFORM_H#include <qvariant.h>#include <qwidget.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup;class QPushButton;class QTable;class MainWindowForm : public QWidget{     Q_OBJECTpublic:    MainWindowForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );    ~MainWindowForm();    QButtonGroup* buttonGroup;    QPushButton* modifyButton;    QPushButton* selectButton;    QPushButton* insertButton;    QPushButton* createButton;    QTable* table;};#endif // MAINWINDOWFORM_H

⌨️ 快捷键说明

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