-
Notifications
You must be signed in to change notification settings - Fork 27
Minor gui fixes #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Minor gui fixes #458
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
| <bool>true</bool> | ||
| </property> | ||
| <property name="title"> | ||
| <string>Password Settings</string> | ||
| <string/> | ||
| </property> | ||
| <layout class="QHBoxLayout" name="horizontalLayout_3"> | ||
| <property name="leftMargin"> | ||
|
|
@@ -84,10 +84,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_7"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have that parameter and the ones below been changed due to compiler warnings?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. QtCreator made this change on its own and I didn't even bother to check *.ui file change. I can remove this change or split it in another commit, but I believe QtCreator had its reasons to make these changes so we're better leave them be, and I have no idea what these reasons are thereof I can't make a good commit message for it. So I would prefer if we leave them as is |
||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -122,7 +122,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="maximum"> | ||
| <number>99</number> | ||
|
|
@@ -135,10 +135,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_8"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -173,17 +173,17 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <spacer name="verticalSpacer_9"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -221,7 +221,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="suffix"> | ||
| <string/> | ||
|
|
@@ -234,10 +234,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_10"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -272,7 +272,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="value"> | ||
| <number>0</number> | ||
|
|
@@ -282,10 +282,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_11"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -298,7 +298,7 @@ | |
| <item> | ||
| <widget class="QCheckBox" name="complexity_req_checkbox"> | ||
| <property name="layoutDirection"> | ||
| <enum>Qt::LeftToRight</enum> | ||
| <enum>Qt::LayoutDirection::LeftToRight</enum> | ||
| </property> | ||
| <property name="text"> | ||
| <string>Enable complexity requirements</string> | ||
|
|
@@ -324,7 +324,7 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_2"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -342,7 +342,7 @@ | |
| <number>4</number> | ||
| </property> | ||
| <property name="sizeConstraint"> | ||
| <enum>QLayout::SetDefaultConstraint</enum> | ||
| <enum>QLayout::SizeConstraint::SetDefaultConstraint</enum> | ||
| </property> | ||
| <item> | ||
| <widget class="QLabel" name="precedence_label"> | ||
|
|
@@ -378,7 +378,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="specialValueText"> | ||
| <string/> | ||
|
|
@@ -391,10 +391,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_4"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -429,7 +429,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="value"> | ||
| <number>0</number> | ||
|
|
@@ -439,10 +439,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_5"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -477,7 +477,7 @@ | |
| <bool>false</bool> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="suffix"> | ||
| <string/> | ||
|
|
@@ -490,10 +490,10 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_6"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeType"> | ||
| <enum>QSizePolicy::Minimum</enum> | ||
| <enum>QSizePolicy::Policy::Minimum</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -525,7 +525,7 @@ | |
| </size> | ||
| </property> | ||
| <property name="buttonSymbols"> | ||
| <enum>QAbstractSpinBox::NoButtons</enum> | ||
| <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum> | ||
| </property> | ||
| <property name="value"> | ||
| <number>0</number> | ||
|
|
@@ -535,7 +535,7 @@ | |
| <item> | ||
| <spacer name="verticalSpacer_3"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -550,7 +550,7 @@ | |
| <item> | ||
| <spacer name="horizontalSpacer"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Horizontal</enum> | ||
| <enum>Qt::Orientation::Horizontal</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
@@ -566,15 +566,14 @@ | |
| <item> | ||
| <widget class="Line" name="line"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Horizontal</enum> | ||
| <enum>Qt::Orientation::Horizontal</enum> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <widget class="QGroupBox" name="groupBox"> | ||
| <property name="font"> | ||
| <font> | ||
| <weight>50</weight> | ||
| <bold>false</bold> | ||
| </font> | ||
| </property> | ||
|
|
@@ -625,7 +624,7 @@ | |
| <item> | ||
| <spacer name="verticalSpacer"> | ||
| <property name="orientation"> | ||
| <enum>Qt::Vertical</enum> | ||
| <enum>Qt::Orientation::Vertical</enum> | ||
| </property> | ||
| <property name="sizeHint" stdset="0"> | ||
| <size> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to remove that label
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ConsoleWidget has a description bar so when it's enabled "Password settings" shows up twice, which seems a bit excessive. And I believe this is the reason why any other result widget has a header