Fix the tab ordering of GuiPrefs components.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-09-12 14:19:57 +00:00
parent 45280f6bb5
commit 1fd9e5c991
7 changed files with 31 additions and 2 deletions

View File

@ -260,6 +260,14 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<tabstops>
<tabstop>inlineTextCB</tabstop>
<tabstop>popupTextCB</tabstop>
<tabstop>cursorTextCB</tabstop>
<tabstop>inlineMathCB</tabstop>
<tabstop>popupMathCB</tabstop>
<tabstop>autocorrectionCB</tabstop>
</tabstops>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>

View File

@ -258,7 +258,9 @@
<layoutdefault spacing="4" margin="9" /> <layoutdefault spacing="4" margin="9" />
<tabstops> <tabstops>
<tabstop>cursorFollowsCB</tabstop> <tabstop>cursorFollowsCB</tabstop>
<tabstop>cursorWidthSB</tabstop>
<tabstop>scrollBelowCB</tabstop> <tabstop>scrollBelowCB</tabstop>
<tabstop>macLikeWordMovementCB</tabstop>
<tabstop>sortEnvironmentsCB</tabstop> <tabstop>sortEnvironmentsCB</tabstop>
<tabstop>groupEnvironmentsCB</tabstop> <tabstop>groupEnvironmentsCB</tabstop>
<tabstop>macroEditStyleCO</tabstop> <tabstop>macroEditStyleCO</tabstop>

View File

@ -230,11 +230,14 @@
<tabstop>formatNewPB</tabstop> <tabstop>formatNewPB</tabstop>
<tabstop>formatRemovePB</tabstop> <tabstop>formatRemovePB</tabstop>
<tabstop>documentCB</tabstop> <tabstop>documentCB</tabstop>
<tabstop>exportMenuCB</tabstop>
<tabstop>vectorCB</tabstop> <tabstop>vectorCB</tabstop>
<tabstop>formatED</tabstop> <tabstop>formatED</tabstop>
<tabstop>extensionED</tabstop> <tabstop>extensionED</tabstop>
<tabstop>shortcutED</tabstop> <tabstop>shortcutED</tabstop>
<tabstop>editorCO</tabstop>
<tabstop>editorED</tabstop> <tabstop>editorED</tabstop>
<tabstop>viewerCO</tabstop>
<tabstop>viewerED</tabstop> <tabstop>viewerED</tabstop>
<tabstop>copierED</tabstop> <tabstop>copierED</tabstop>
</tabstops> </tabstops>

View File

@ -292,6 +292,7 @@
</widget> </widget>
<tabstops> <tabstops>
<tabstop>uiLanguageCO</tabstop> <tabstop>uiLanguageCO</tabstop>
<tabstop>languagePackageCO</tabstop>
<tabstop>languagePackageED</tabstop> <tabstop>languagePackageED</tabstop>
<tabstop>startCommandED</tabstop> <tabstop>startCommandED</tabstop>
<tabstop>endCommandED</tabstop> <tabstop>endCommandED</tabstop>

View File

@ -260,12 +260,20 @@
<tabstop>workingDirPB</tabstop> <tabstop>workingDirPB</tabstop>
<tabstop>templateDirED</tabstop> <tabstop>templateDirED</tabstop>
<tabstop>templateDirPB</tabstop> <tabstop>templateDirPB</tabstop>
<tabstop>exampleDirED</tabstop>
<tabstop>exampleDirPB</tabstop>
<tabstop>backupDirED</tabstop> <tabstop>backupDirED</tabstop>
<tabstop>backupDirPB</tabstop> <tabstop>backupDirPB</tabstop>
<tabstop>lyxserverDirED</tabstop> <tabstop>lyxserverDirED</tabstop>
<tabstop>lyxserverDirPB</tabstop> <tabstop>lyxserverDirPB</tabstop>
<tabstop>tempDirED</tabstop> <tabstop>tempDirED</tabstop>
<tabstop>tempDirPB</tabstop> <tabstop>tempDirPB</tabstop>
<tabstop>thesaurusDirED</tabstop>
<tabstop>thesaurusDirPB</tabstop>
<tabstop>hunspellDirED</tabstop>
<tabstop>hunspellDirPB</tabstop>
<tabstop>pathPrefixED</tabstop>
<tabstop>texinputsPrefixED</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local" >qt_i18n.h</include>

View File

@ -51,7 +51,7 @@
<string>&amp;Spellchecker engine:</string> <string>&amp;Spellchecker engine:</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>altLanguageED</cstring> <cstring>spellcheckerCB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
@ -131,9 +131,12 @@
</layout> </layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>spellcheckerCB</tabstop>
<tabstop>altLanguageED</tabstop> <tabstop>altLanguageED</tabstop>
<tabstop>escapeCharactersED</tabstop> <tabstop>escapeCharactersED</tabstop>
<tabstop>compoundWordCB</tabstop> <tabstop>compoundWordCB</tabstop>
<tabstop>spellcheckContinuouslyCB</tabstop>
<tabstop>spellcheckNotesCB</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local" >qt_i18n.h</include>

View File

@ -298,12 +298,16 @@
<tabstops> <tabstops>
<tabstop>uiFileED</tabstop> <tabstop>uiFileED</tabstop>
<tabstop>uiFilePB</tabstop> <tabstop>uiFilePB</tabstop>
<tabstop>iconSetCO</tabstop>
<tabstop>tooltipCB</tabstop> <tabstop>tooltipCB</tabstop>
<tabstop>restoreCursorCB</tabstop>
<tabstop>allowGeometrySessionCB</tabstop> <tabstop>allowGeometrySessionCB</tabstop>
<tabstop>restoreCursorCB</tabstop>
<tabstop>loadSessionCB</tabstop> <tabstop>loadSessionCB</tabstop>
<tabstop>clearSessionPB</tabstop>
<tabstop>backupCB</tabstop>
<tabstop>autoSaveCB</tabstop> <tabstop>autoSaveCB</tabstop>
<tabstop>autoSaveSB</tabstop> <tabstop>autoSaveSB</tabstop>
<tabstop>saveCompressedCB</tabstop>
<tabstop>lastfilesSB</tabstop> <tabstop>lastfilesSB</tabstop>
<tabstop>openDocumentsInTabsCB</tabstop> <tabstop>openDocumentsInTabsCB</tabstop>
</tabstops> </tabstops>