From 8221037c77be1f7c256b2575d4a9a4a9d58a9c0d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 27 May 2017 17:50:22 +0200 Subject: Profile improvements * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog --- src/forms/profilesdialog.ui | 74 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/forms/profilesdialog.ui (limited to 'src/forms/profilesdialog.ui') diff --git a/src/forms/profilesdialog.ui b/src/forms/profilesdialog.ui new file mode 100644 index 0000000..880e441 --- /dev/null +++ b/src/forms/profilesdialog.ui @@ -0,0 +1,74 @@ + + + ProfilesDialog + + + + 0 + 0 + 564 + 458 + + + + Dialog + + + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + ProfilesDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + ProfilesDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.1