Go to the documentation of this file.00001 #ifndef CREATEDATABASE_H
00002 #define CREATEDATABASE_H
00003
00004 #include <QDialog>
00005
00006 namespace Ui {
00007 class CreateDatabase;
00008 }
00009
00010 class CreateDatabase : public QDialog
00011 {
00012 Q_OBJECT
00013
00014 public:
00015 explicit CreateDatabase(QWidget *parent = 0);
00016 ~CreateDatabase();
00017 QString dbName;
00018 private:
00019 Ui::CreateDatabase *ui;
00020
00021 private slots:
00022 void on_lineEdit_lostFocus();
00023 };
00024
00025 #endif // CREATEDATABASE_H