Fix tab focus order in ui files.

This commit is contained in:
Felix Geyer
2013-11-17 10:15:50 +01:00
parent 091e87aeb3
commit 9080864167
14 changed files with 100 additions and 3 deletions

View File

@@ -140,6 +140,17 @@
<header>gui/entry/EditEntryWidget_p.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>attributesView</tabstop>
<tabstop>attributesEdit</tabstop>
<tabstop>addAttributeButton</tabstop>
<tabstop>editAttributeButton</tabstop>
<tabstop>removeAttributeButton</tabstop>
<tabstop>attachmentsView</tabstop>
<tabstop>addAttachmentButton</tabstop>
<tabstop>removeAttachmentButton</tabstop>
<tabstop>saveAttachmentButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -235,6 +235,19 @@
<header>autotype/WindowSelectComboBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>enableButton</tabstop>
<tabstop>inheritSequenceButton</tabstop>
<tabstop>customSequenceButton</tabstop>
<tabstop>sequenceEdit</tabstop>
<tabstop>assocView</tabstop>
<tabstop>windowTitleCombo</tabstop>
<tabstop>defaultWindowSequenceButton</tabstop>
<tabstop>customWindowSequenceButton</tabstop>
<tabstop>windowSequenceEdit</tabstop>
<tabstop>assocAddButton</tabstop>
<tabstop>assocRemoveButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -64,6 +64,13 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>historyView</tabstop>
<tabstop>showButton</tabstop>
<tabstop>restoreButton</tabstop>
<tabstop>deleteButton</tabstop>
<tabstop>deleteAllButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -165,9 +165,10 @@
<tabstop>titleEdit</tabstop>
<tabstop>usernameEdit</tabstop>
<tabstop>passwordEdit</tabstop>
<tabstop>passwordRepeatEdit</tabstop>
<tabstop>togglePasswordButton</tabstop>
<tabstop>passwordRepeatEdit</tabstop>
<tabstop>tooglePasswordGeneratorButton</tabstop>
<tabstop>urlEdit</tabstop>
<tabstop>expireCheck</tabstop>
<tabstop>expireDatePicker</tabstop>
<tabstop>expirePresets</tabstop>