From e23aee1f67b1a9599f712c29a956a26260b0c439 Mon Sep 17 00:00:00 2001 From: Agoston Szepessy Date: Mon, 22 Dec 2025 16:41:30 -0800 Subject: [PATCH] Move grid into vertical layout and add checkbox When I tried adding a checkbox, the label for it was too big and it pushed everything to the right. Adding a vertical layout, moving the grid into it, and putting the checkbox into the horizontal layout fixes this issue. --- src/gui/group/EditGroupWidgetMain.ui | 308 +++++++++++++-------------- 1 file changed, 151 insertions(+), 157 deletions(-) diff --git a/src/gui/group/EditGroupWidgetMain.ui b/src/gui/group/EditGroupWidgetMain.ui index faa8a30ff..a98e735fd 100644 --- a/src/gui/group/EditGroupWidgetMain.ui +++ b/src/gui/group/EditGroupWidgetMain.ui @@ -37,7 +37,7 @@ 523 - + 0 @@ -50,180 +50,185 @@ 0 - - 10 - - - 8 - - - - - Toggle expiration - - - Expires: - - - - - - - Name field - - - - - - - false - - - Expiration field - - - true - - - - - - - Use default Auto-Type sequence of parent group - - - - - - - Auto-Type: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Search: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Auto-Type toggle for this and sub groups - - - - - - - + + + + - Notes: + Search: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - Qt::Vertical + + + + Use default Auto-Type sequence of parent group - + + + + + + Auto-Type toggle for this and sub groups + + + + + + + + 0 + 0 + + + - 20 - 0 + 16777215 + 120 - + + Notes field + + - - - - - - - - Qt::Horizontal + + + + Toggle expiration - - QSizePolicy::Fixed + + Expires: - - - 30 - 0 - - - + - - + + + + Search toggle for this and sub groups + + + + + false - Default auto-type sequence field + Expiration field - - + + true + + + + + + + Name: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + Set default Auto-Type sequence + + + + + + + Name field + + + + + + + + + Notes: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + Qt::Vertical + + + + 20 + 0 + + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 0 + + + + + + + + false + + + Default auto-type sequence field + + + + + + + + + + + + Auto-Type: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - 0 - 0 - - - - - 16777215 - 120 - - - - Notes field - - - - - + + - Name: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Exclude from database reports - - - - Set default Auto-Type sequence - - - - - - - Search toggle for this and sub groups - - - - + Qt::Vertical @@ -239,17 +244,6 @@ - - editName - editNotes - expireCheck - expireDatePicker - searchComboBox - autotypeComboBox - autoTypeSequenceInherit - autoTypeSequenceCustomRadio - autoTypeSequenceCustomEdit -