From 7bbc2a93b6f123dfe8d2b97df8a4239032a6397b Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 16 Feb 2024 18:32:53 -0500 Subject: First commit --- src/add_group_form.ui | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 src/add_group_form.ui (limited to 'src/add_group_form.ui') diff --git a/src/add_group_form.ui b/src/add_group_form.ui new file mode 100644 index 0000000..cda7d55 --- /dev/null +++ b/src/add_group_form.ui @@ -0,0 +1,131 @@ + + + Dialog + + + + 0 + 0 + 400 + 172 + + + + Add Entry + + + + + + + + + Arial + 18 + + + + Add Group + + + Qt::AlignCenter + + + + + + + Name: + + + + + + + + + + Column: + + + + + + + + Left + + + + + Right + + + + + + + + Link: + + + + + + + + + + + + Qt::LeftToRight + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + true + + + + + + + + + buttonBox + accepted() + Dialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Dialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit