Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
f7a94db9
Commit
f7a94db9
authored
Feb 15, 2022
by
Ingo Klöcker
Browse files
Fix tab order in Advanced Settings dialog
GnuPG-bug-id: 5832
parent
e3634a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/newcertificatewizard/advancedsettingsdialog.ui
View file @
f7a94db9
...
...
@@ -169,30 +169,6 @@
<string>
Certificate Usage
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"2"
column=
"0"
colspan=
"2"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QCheckBox"
name=
"expiryCB"
>
<property
name=
"text"
>
<string>
Valid until:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"KDateComboBox"
name=
"expiryDE"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"certificationCB"
>
<property
name=
"text"
>
...
...
@@ -227,6 +203,30 @@
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
colspan=
"2"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QCheckBox"
name=
"expiryCB"
>
<property
name=
"text"
>
<string>
Valid until:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"KDateComboBox"
name=
"expiryDE"
>
<property
name=
"enabled"
>
<bool>
false
</bool>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment