diff options
author | saturneric <[email protected]> | 2025-02-03 19:28:35 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-03 19:28:35 +0000 |
commit | 6592d78a5dd365ff40acde371d39fe39224d0c7e (patch) | |
tree | 65d5ee529fd273da160caf50421e2fae7301a3b9 /ui/SubkeyGenDialog.ui | |
parent | fix: qt5 compile issues (diff) | |
download | GpgFrontend-6592d78a5dd365ff40acde371d39fe39224d0c7e.tar.gz GpgFrontend-6592d78a5dd365ff40acde371d39fe39224d0c7e.zip |
fix: correct tab edit orders
Diffstat (limited to 'ui/SubkeyGenDialog.ui')
-rw-r--r-- | ui/SubkeyGenDialog.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/SubkeyGenDialog.ui b/ui/SubkeyGenDialog.ui index ad1e6293..033511f5 100644 --- a/ui/SubkeyGenDialog.ui +++ b/ui/SubkeyGenDialog.ui @@ -129,6 +129,18 @@ </item> </layout> </widget> + <tabstops> + <tabstop>algoComboBox</tabstop> + <tabstop>keyLengthComboBox</tabstop> + <tabstop>expireDateTimeEdit</tabstop> + <tabstop>encrCheckBox</tabstop> + <tabstop>signCheckBox</tabstop> + <tabstop>authCheckBox</tabstop> + <tabstop>nonExpiredCheckBox</tabstop> + <tabstop>nonPassphraseCheckBox</tabstop> + <tabstop>statusPlainTextEdit</tabstop> + <tabstop>generateButton</tabstop> + </tabstops> <resources/> <connections/> </ui> |