Some stuff I had on another machine and which might provide useful.
This commit is contained in:
parent
23e307f93a
commit
36e5526f5f
10 changed files with 325 additions and 13 deletions
22
pglab/CreateDatabaseDialog.h
Normal file
22
pglab/CreateDatabaseDialog.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef CREATEDATABASEDIALOG_H
|
||||
#define CREATEDATABASEDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class CreateDatabaseDialog;
|
||||
}
|
||||
|
||||
class CreateDatabaseDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CreateDatabaseDialog(QWidget *parent = 0);
|
||||
~CreateDatabaseDialog();
|
||||
|
||||
private:
|
||||
Ui::CreateDatabaseDialog *ui;
|
||||
};
|
||||
|
||||
#endif // CREATEDATABASEDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue