📄 adddb.h~
字号:
/****************************************************************************** Form interface generated from reading ui file 'addDB.ui'**** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef ADDFORM_H#define ADDFORM_H#include <qvariant.h>#include <qdialog.h>#include <qmessagebox.h>#include <qcombobox.h>#include <iostream.h>#include "dbs.h"#include "table.h"class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QFrame;class QTabWidget;class QWidget;class QLineEdit;class QLabel;class QPushButton;class QComboBox;class addForm : public QDialog{ Q_OBJECTpublic: addForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~addForm(); QFrame* frame7; QTabWidget* tabWidget2; QWidget* tab; QFrame* frame9; QFrame* frame10; QFrame* frame11; QLineEdit* lineEdit1; QLabel* textLabel1; QPushButton* pushButton1; QWidget* tab_2; QFrame* frame13; QFrame* frame14; QFrame* frame15; QLabel* textLabel1_2; QLabel* textLabel2; QLabel* textLabel1_3; QComboBox* comboBox1; QLineEdit* lineEdit2; QLineEdit* lineEdit4; QPushButton* pushButton2;public slots: virtual void adddb(); virtual void addtable();protected: QHBoxLayout* addFormLayout; QHBoxLayout* frame7Layout; QHBoxLayout* tabLayout; QVBoxLayout* frame10Layout; QHBoxLayout* tabLayout_2; QVBoxLayout* frame14Layout;protected slots: virtual void languageChange();private: void init();};#endif // ADDFORM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -