1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(UI): Changed tab order to be same with visual order

This commit is contained in:
Diadlo 2016-11-11 23:35:45 +03:00
parent 355fb2ae41
commit f7899d7b50
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
7 changed files with 68 additions and 7 deletions

View File

@ -448,6 +448,11 @@
<header location="global">src/widget/tool/croppinglabel.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>previewButton</tabstop>
<tabstop>topButton</tabstop>
<tabstop>bottomButton</tabstop>
</tabstops>
<resources>
<include location="../../../res.qrc"/>
</resources>

View File

@ -255,6 +255,14 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>publicKey</tabstop>
<tabstop>autoacceptcall</tabstop>
<tabstop>autoacceptfile</tabstop>
<tabstop>selectSaveDir</tabstop>
<tabstop>removeHistory</tabstop>
<tabstop>note</tabstop>
</tabstops>
<resources/>
<connections>
<connection>

View File

@ -465,19 +465,20 @@ Profile does not contain your history.</string>
<tabstop>scrollArea</tabstop>
<tabstop>userName</tabstop>
<tabstop>statusMessage</tabstop>
<tabstop>toxId</tabstop>
<tabstop>saveQr</tabstop>
<tabstop>copyQr</tabstop>
<tabstop>toxmeUsername</tabstop>
<tabstop>toxmeBio</tabstop>
<tabstop>toxmeServersList</tabstop>
<tabstop>toxmePrivacy</tabstop>
<tabstop>toxmeRegisterButton</tabstop>
<tabstop>toxmeUpdateButton</tabstop>
<tabstop>toxmePassword</tabstop>
<tabstop>toxId</tabstop>
<tabstop>saveQr</tabstop>
<tabstop>copyQr</tabstop>
<tabstop>renameButton</tabstop>
<tabstop>deleteButton</tabstop>
<tabstop>logoutButton</tabstop>
<tabstop>exportButton</tabstop>
<tabstop>logoutButton</tabstop>
<tabstop>deletePassButton</tabstop>
<tabstop>changePassButton</tabstop>
</tabstops>

View File

@ -231,6 +231,19 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>cbMakeToxPortable</tabstop>
<tabstop>btnExportLog</tabstop>
<tabstop>btnCopyDebug</tabstop>
<tabstop>cbEnableIPv6</tabstop>
<tabstop>cbEnableUDP</tabstop>
<tabstop>proxyType</tabstop>
<tabstop>proxyAddr</tabstop>
<tabstop>proxyPort</tabstop>
<tabstop>reconnectButton</tabstop>
<tabstop>resetButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@ -203,6 +203,17 @@ which may lead to problems with video calls.</string>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>outDevCombobox</tabstop>
<tabstop>playbackSlider</tabstop>
<tabstop>cbEnableTestSound</tabstop>
<tabstop>inDevCombobox</tabstop>
<tabstop>microphoneSlider</tabstop>
<tabstop>videoDevCombobox</tabstop>
<tabstop>videoModescomboBox</tabstop>
<tabstop>rescanButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@ -377,12 +377,20 @@ instead of closing itself.</string>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>transComboBox</tabstop>
<tabstop>lightTrayIcon</tabstop>
<tabstop>showSystemTray</tabstop>
<tabstop>autoAwaySpinBox</tabstop>
<tabstop>cbAutorun</tabstop>
<tabstop>checkUpdates</tabstop>
<tabstop>lightTrayIcon</tabstop>
<tabstop>showSystemTray</tabstop>
<tabstop>startInTray</tabstop>
<tabstop>minimizeToTray</tabstop>
<tabstop>closeToTray</tabstop>
<tabstop>notifySound</tabstop>
<tabstop>busySound</tabstop>
<tabstop>statusChanges</tabstop>
<tabstop>cbFauxOfflineMessaging</tabstop>
<tabstop>autoAwaySpinBox</tabstop>
<tabstop>autoSaveFilesDir</tabstop>
<tabstop>autoacceptFiles</tabstop>
</tabstops>
<resources/>
<connections>

View File

@ -555,8 +555,23 @@
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>txtChatFont</tabstop>
<tabstop>txtChatFontSize</tabstop>
<tabstop>textStyleComboBox</tabstop>
<tabstop>showWindow</tabstop>
<tabstop>showInFront</tabstop>
<tabstop>groupAlwaysNotify</tabstop>
<tabstop>cbGroupchatPosition</tabstop>
<tabstop>cbCompactLayout</tabstop>
<tabstop>cbSeparateWindow</tabstop>
<tabstop>cbDontGroupWindows</tabstop>
<tabstop>useEmoticons</tabstop>
<tabstop>smileyPackBrowser</tabstop>
<tabstop>emoticonSize</tabstop>
<tabstop>styleBrowser</tabstop>
<tabstop>themeColorCBox</tabstop>
<tabstop>timestamp</tabstop>
<tabstop>dateFormats</tabstop>
</tabstops>
<resources/>
<connections/>