📄 delform.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'delform.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 DELFORM_H#define DELFORM_H#include <qvariant.h>#include <qdialog.h>#include <qmessagebox.h>#include "dbs.h"#include "db.h"#include "table.h"class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QFrame;class QTabWidget;class QWidget;class QLabel;class QComboBox;class QPushButton;class delForm : public QDialog{ Q_OBJECTpublic: delForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~delForm(); QFrame* frame11; QTabWidget* tabWidget3; QWidget* tab; QFrame* frame12; QFrame* frame13; QFrame* frame14; QLabel* textLabel1; QComboBox* comboBox2; QPushButton* pushButton3; QWidget* tab_2; QFrame* frame22; QFrame* frame23; QFrame* frame24; QComboBox* comboBox3; QComboBox* comboBox4; QPushButton* pushButton10; QLabel* textLabel2; QLabel* textLabel1_2;public slots: virtual void delDB(); virtual void delTB(); virtual void refresh( const QString & name );protected: QHBoxLayout* delFormLayout; QHBoxLayout* frame11Layout; QHBoxLayout* tabLayout; QHBoxLayout* frame12Layout; QGridLayout* frame13Layout; QSpacerItem* spacer2; QGridLayout* frame14Layout; QSpacerItem* spacer1; QHBoxLayout* tabLayout_2; QHBoxLayout* frame22Layout; QGridLayout* frame23Layout; QSpacerItem* spacer3; QGridLayout* frame24Layout;protected slots: virtual void languageChange();private: void init();};#endif // DELFORM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -