Add tab-stops explicitly where default order is wrong

This commit is contained in:
Martchus 2024-01-07 23:41:39 +01:00
parent 7b242732e8
commit fcbc3cb4a4
1 changed files with 11 additions and 0 deletions

View File

@ -298,6 +298,17 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>useSmallLettersCheckBox</tabstop>
<tabstop>useCapitalLettersCheckBox</tabstop>
<tabstop>useDigitsCheckBox</tabstop>
<tabstop>otherCharsLineEdit</tabstop>
<tabstop>LengthSpinBox</tabstop>
<tabstop>passwordLineEdit</tabstop>
<tabstop>generatePassowordCommandLinkButton</tabstop>
<tabstop>copyPasswordCommandLinkButton</tabstop>
<tabstop>closePushButton</tabstop>
</tabstops>
<resources>
<include location="../resources/icons.qrc"/>
</resources>