From c34930425fadfc4083067b9306159cd8e8ecf6c6 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 23 Jul 2024 20:37:48 -0400 Subject: Rearrange source file locations --- src/frontend/qtwidgets/rulesDialog.ui | 123 ++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 src/frontend/qtwidgets/rulesDialog.ui (limited to 'src/frontend/qtwidgets/rulesDialog.ui') diff --git a/src/frontend/qtwidgets/rulesDialog.ui b/src/frontend/qtwidgets/rulesDialog.ui new file mode 100644 index 0000000..c362887 --- /dev/null +++ b/src/frontend/qtwidgets/rulesDialog.ui @@ -0,0 +1,123 @@ + + + rulesDialog + + + + 0 + 0 + 500 + 320 + + + + Dialog + + + + + + true + + + + + 0 + 0 + 480 + 269 + + + + + + + + + + + + Add Rule + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + rulesDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + rulesDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit