mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix the tab ordering of GuiDocument components.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
39d569661a
commit
660d2e9814
@ -146,6 +146,17 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>newBranchLE</tabstop>
|
||||
<tabstop>addBranchPB</tabstop>
|
||||
<tabstop>branchesTW</tabstop>
|
||||
<tabstop>removePB</tabstop>
|
||||
<tabstop>renamePB</tabstop>
|
||||
<tabstop>colorPB</tabstop>
|
||||
<tabstop>suffixPB</tabstop>
|
||||
<tabstop>activatePB</tabstop>
|
||||
<tabstop>unknownPB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -192,6 +192,14 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>levelLW</tabstop>
|
||||
<tabstop>bulletpaneCO</tabstop>
|
||||
<tabstop>bulletpaneSW</tabstop>
|
||||
<tabstop>customCB</tabstop>
|
||||
<tabstop>customLE</tabstop>
|
||||
<tabstop>bulletsizeCO</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -165,6 +165,15 @@
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>docPS</tabstop>
|
||||
<tabstop>defaultPB</tabstop>
|
||||
<tabstop>savePB</tabstop>
|
||||
<tabstop>restorePB</tabstop>
|
||||
<tabstop>okPB</tabstop>
|
||||
<tabstop>applyPB</tabstop>
|
||||
<tabstop>closePB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -123,6 +123,15 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>defaultsCB</tabstop>
|
||||
<tabstop>topCB</tabstop>
|
||||
<tabstop>bottomCB</tabstop>
|
||||
<tabstop>pageCB</tabstop>
|
||||
<tabstop>herepossiblyCB</tabstop>
|
||||
<tabstop>heredefinitelyCB</tabstop>
|
||||
<tabstop>ignoreCB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -241,13 +241,17 @@
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<tabstops>
|
||||
<tabstop>osFontsCB</tabstop>
|
||||
<tabstop>fontsDefaultCO</tabstop>
|
||||
<tabstop>fontsizeCO</tabstop>
|
||||
<tabstop>fontencCO</tabstop>
|
||||
<tabstop>fontencLE</tabstop>
|
||||
<tabstop>fontsRomanCO</tabstop>
|
||||
<tabstop>fontsSansCO</tabstop>
|
||||
<tabstop>scaleSansSB</tabstop>
|
||||
<tabstop>fontsTypewriterCO</tabstop>
|
||||
<tabstop>scaleTypewriterSB</tabstop>
|
||||
<tabstop>fontsRomanCO</tabstop>
|
||||
<tabstop>cjkFontLE</tabstop>
|
||||
<tabstop>fontScCB</tabstop>
|
||||
<tabstop>fontOsfCB</tabstop>
|
||||
</tabstops>
|
||||
|
@ -211,8 +211,16 @@
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>classCO</tabstop>
|
||||
<tabstop>layoutPB</tabstop>
|
||||
<tabstop>defaultOptionsCB</tabstop>
|
||||
<tabstop>defaultOptionsLE</tabstop>
|
||||
<tabstop>optionsLE</tabstop>
|
||||
<tabstop>psdriverCO</tabstop>
|
||||
<tabstop>childDocGB</tabstop>
|
||||
<tabstop>childDocLE</tabstop>
|
||||
<tabstop>childDocPB</tabstop>
|
||||
<tabstop>suppressDateCB</tabstop>
|
||||
<tabstop>refstyleCB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local">qt_i18n.h</include>
|
||||
|
@ -183,6 +183,8 @@
|
||||
<tabstop>defaultencodingRB</tabstop>
|
||||
<tabstop>otherencodingRB</tabstop>
|
||||
<tabstop>encodingCO</tabstop>
|
||||
<tabstop>languagePackageCO</tabstop>
|
||||
<tabstop>languagePackageLE</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local">qt_i18n.h</include>
|
||||
|
@ -144,10 +144,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>amsautoCB</tabstop>
|
||||
<tabstop>esintautoCB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local">qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -81,8 +81,9 @@
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
<tabstops>
|
||||
<tabstop>tocSL</tabstop>
|
||||
<tabstop>depthSL</tabstop>
|
||||
<tabstop>tocSL</tabstop>
|
||||
<tabstop>tocTW</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
@ -85,36 +85,6 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="pdfusetitleCB" >
|
||||
<property name="toolTip" >
|
||||
<string>If not stated explicitly, fill title and author from appropriate environments</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Automatically fi&ll header</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="fullscreenCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Enable fullscreen PDF presentation</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Load in &fullscreen mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="2" >
|
||||
<widget class="QGroupBox" name="groupBox_2" >
|
||||
<property name="title" >
|
||||
@ -182,6 +152,36 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="pdfusetitleCB" >
|
||||
<property name="toolTip" >
|
||||
<string>If not stated explicitly, fill title and author from appropriate environments</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Automatically fi&ll header</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="fullscreenCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Enable fullscreen PDF presentation</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Load in &fullscreen mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_2" >
|
||||
@ -315,6 +315,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QCheckBox" name="bookmarksopenGB" >
|
||||
<property name="text" >
|
||||
<string>&Open bookmarks</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="spacing" >
|
||||
@ -342,13 +349,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QCheckBox" name="bookmarksopenGB" >
|
||||
<property name="text" >
|
||||
<string>&Open bookmarks</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1" >
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
|
@ -285,9 +285,13 @@
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>indentRB</tabstop>
|
||||
<tabstop>indentCO</tabstop>
|
||||
<tabstop>indentLE</tabstop>
|
||||
<tabstop>indentLengthCO</tabstop>
|
||||
<tabstop>skipRB</tabstop>
|
||||
<tabstop>skipCO</tabstop>
|
||||
<tabstop>skipLE</tabstop>
|
||||
<tabstop>skipLengthCO</tabstop>
|
||||
<tabstop>lspacingCO</tabstop>
|
||||
<tabstop>lspacingLE</tabstop>
|
||||
<tabstop>twoColumnCB</tabstop>
|
||||
|
Loading…
Reference in New Issue
Block a user