From 7ea534dd1c8bf72200a999cae554d842d9035ba9 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Jan 2018 18:44:35 +0100 Subject: New StatementDialog, rename diagram classes Other changes: - Use raw pointer instead of smart pointers to manage resources - Initial Painter implementation --- forms/mainwindow.ui | 12 +++++- forms/painter.ui | 21 ---------- forms/statementdialog.ui | 106 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+), 23 deletions(-) delete mode 100644 forms/painter.ui create mode 100644 forms/statementdialog.ui (limited to 'forms') diff --git a/forms/mainwindow.ui b/forms/mainwindow.ui index 23125a1..816ae01 100644 --- a/forms/mainwindow.ui +++ b/forms/mainwindow.ui @@ -130,7 +130,7 @@ - + 0 @@ -149,7 +149,7 @@ 0 0 824 - 28 + 29 @@ -335,6 +335,14 @@ + + + Painter + QWidget +
ui/painter.h
+ 1 +
+
diff --git a/forms/painter.ui b/forms/painter.ui deleted file mode 100644 index 1978a7c..0000000 --- a/forms/painter.ui +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Painter - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - diff --git a/forms/statementdialog.ui b/forms/statementdialog.ui new file mode 100644 index 0000000..d4e4fd9 --- /dev/null +++ b/forms/statementdialog.ui @@ -0,0 +1,106 @@ + + + StatementDialog + + + + 0 + 0 + 400 + 300 + + + + Dialog + + + + + + + 0 + 0 + + + + Statement Type + + + + + + + + Process + + + + + Decision + + + + + Switch + + + + + + + + Text + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + StatementDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + StatementDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.1