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

📄 adddb.h

📁 简单的基于文件的数据库小程序
💻 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 "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;    QComboBox* comboBox1;    QLabel* textLabel2;    QLineEdit* lineEdit2;    QLabel* textLabel1_3;    QLineEdit* lineEdit4;    QLabel* textLabel1_4;    QLineEdit* lineEdit4_2;    QPushButton* pushButton2;    virtual int checkKey( QString t1, QString t2 );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 + -