Added list of constraints to the tables page.
Last column shows the full textual definition until I have decided on a better way to visualize the details.
This commit is contained in:
parent
22db22c6b1
commit
a99f059b70
27 changed files with 663 additions and 22 deletions
22
pglab/ApplicationWindow.h
Normal file
22
pglab/ApplicationWindow.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef APPLICATIONWINDOW_H
|
||||
#define APPLICATIONWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
namespace Ui {
|
||||
class ApplicationWindow;
|
||||
}
|
||||
|
||||
class ApplicationWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ApplicationWindow(QWidget *parent = 0);
|
||||
~ApplicationWindow();
|
||||
|
||||
private:
|
||||
Ui::ApplicationWindow *ui;
|
||||
};
|
||||
|
||||
#endif // APPLICATIONWINDOW_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue