More aggressive saving of changes to the connections. Also remove connection
now removes the connection from the file.
This commit is contained in:
parent
ea30dd9c0e
commit
163bb1d513
11 changed files with 258 additions and 8 deletions
22
databaseoverviewform.h
Normal file
22
databaseoverviewform.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef DATABASEOVERVIEWFORM_H
|
||||
#define DATABASEOVERVIEWFORM_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class DatabaseOverviewForm;
|
||||
}
|
||||
|
||||
class DatabaseOverviewForm : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DatabaseOverviewForm(QWidget *parent = 0);
|
||||
~DatabaseOverviewForm();
|
||||
|
||||
private:
|
||||
Ui::DatabaseOverviewForm *ui;
|
||||
};
|
||||
|
||||
#endif // DATABASEOVERVIEWFORM_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue