From 312ea44966ca5ee65185fc837d15143e7dd59761 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 9 Mar 2024 15:56:27 -0500 Subject: Rename group and entry forms --- src/group_form.ui | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 src/group_form.ui (limited to 'src/group_form.ui') diff --git a/src/group_form.ui b/src/group_form.ui new file mode 100644 index 0000000..4f58e1d --- /dev/null +++ b/src/group_form.ui @@ -0,0 +1,131 @@ + + + groupDialog + + + + 0 + 0 + 400 + 172 + + + + Group Form + + + + + + + + + Arial + 18 + + + + [TITLE] + + + Qt::AlignCenter + + + + + + + Name: + + + + + + + + + + Column: + + + + + + + + Left + + + + + Right + + + + + + + + Link: + + + + + + + + + + + + Qt::LeftToRight + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + true + + + + + + + + + buttonBox + accepted() + groupDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + groupDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit