ui glitches

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36583 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-29 11:26:10 +00:00
parent 182100d376
commit fdc3b1efd5

View File

@ -1,90 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0" >
<ui version="4.0">
<class>PrefEditUi</class> <class>PrefEditUi</class>
<widget class="QWidget" name="PrefEditUi"> <widget class="QWidget" name="PrefEditUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>384</width> <width>384</width>
<height>361</height> <height>408</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string/> <string/>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout" >
<item> <item>
<widget class="QGroupBox" name="scrollGB"> <widget class="QGroupBox" name="scrollGB" >
<property name="title"> <property name="title" >
<string>Editing</string> <string>Editing</string>
</property> </property>
<property name="alignment"> <property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QCheckBox" name="cursorFollowsCB"> <widget class="QCheckBox" name="cursorFollowsCB" >
<property name="text"> <property name="text" >
<string>Cursor &amp;follows scrollbar</string> <string>Cursor &amp;follows scrollbar</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QCheckBox" name="scrollBelowCB"> <widget class="QCheckBox" name="scrollBelowCB" >
<property name="text"> <property name="text" >
<string>Scroll &amp;below end of document</string> <string>Scroll &amp;below end of document</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="4" column="0" >
<widget class="QCheckBox" name="sortEnvironmentsCB"> <widget class="QCheckBox" name="sortEnvironmentsCB" >
<property name="text"> <property name="text" >
<string>Sort &amp;environments alphabetically</string> <string>Sort &amp;environments alphabetically</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0"> <item row="5" column="0" >
<widget class="QCheckBox" name="groupEnvironmentsCB"> <widget class="QCheckBox" name="groupEnvironmentsCB" >
<property name="text"> <property name="text" >
<string>&amp;Group environments by their category</string> <string>&amp;Group environments by their category</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0"> <item row="6" column="0" >
<widget class="QComboBox" name="macroEditStyleCO"> <widget class="QComboBox" name="macroEditStyleCO" >
<item> <item>
<property name="text"> <property name="text" >
<string>Edit Math Macros inline with a box around</string> <string>Edit Math Macros inline with a box around</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text" >
<string>Edit Math Macros inline with the name in the status bar</string> <string>Edit Math Macros inline with the name in the status bar</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text" >
<string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string> <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
</property> </property>
</item> </item>
</widget> </widget>
</item> </item>
<item row="6" column="1"> <item row="6" column="1" >
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer" >
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0" >
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -92,10 +91,13 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="3" column="0"> <item row="3" column="0" >
<widget class="QCheckBox" name="macLikeWordMovementCB"> <widget class="QCheckBox" name="macLikeWordMovementCB" >
<property name="text"> <property name="toolTip" >
<string>Use Mac-style for moving between &amp;words</string> <string>Skip trailing non-word characters</string>
</property>
<property name="text" >
<string>Use Mac-style for cursor moving between &amp;words</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -103,85 +105,85 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="fullscreenGB"> <widget class="QGroupBox" name="fullscreenGB" >
<property name="title"> <property name="title" >
<string>Fullscreen</string> <string>Fullscreen</string>
</property> </property>
<property name="alignment"> <property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QCheckBox" name="toggleToolbarsCB"> <widget class="QCheckBox" name="toggleToolbarsCB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text" >
<string>&amp;Hide toolbars</string> <string>&amp;Hide toolbars</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0" >
<widget class="QCheckBox" name="toggleScrollbarCB"> <widget class="QCheckBox" name="toggleScrollbarCB" >
<property name="text"> <property name="text" >
<string>Hide scr&amp;ollbar</string> <string>Hide scr&amp;ollbar</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QCheckBox" name="toggleTabbarCB"> <widget class="QCheckBox" name="toggleTabbarCB" >
<property name="text"> <property name="text" >
<string>Hide &amp;tabbar</string> <string>Hide &amp;tabbar</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0" >
<widget class="QCheckBox" name="toggleMenubarCB"> <widget class="QCheckBox" name="toggleMenubarCB" >
<property name="text"> <property name="text" >
<string>Hide &amp;menubar</string> <string>Hide &amp;menubar</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="4" column="0" >
<widget class="QGroupBox" name="fullscreenLimitGB"> <widget class="QGroupBox" name="fullscreenLimitGB" >
<property name="title"> <property name="title" >
<string>&amp;Limit text width</string> <string>&amp;Limit text width</string>
</property> </property>
<property name="flat"> <property name="flat" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="checkable"> <property name="checkable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3" >
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2" >
<property name="text"> <property name="text" >
<string>Screen used (&amp;pixels):</string> <string>Screen used (&amp;pixels):</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>fullscreenWidthSB</cstring> <cstring>fullscreenWidthSB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1" >
<widget class="QSpinBox" name="fullscreenWidthSB"> <widget class="QSpinBox" name="fullscreenWidthSB" >
<property name="minimum"> <property name="minimum" >
<number>0</number> <number>0</number>
</property> </property>
<property name="maximum"> <property name="maximum" >
<number>10000</number> <number>10000</number>
</property> </property>
<property name="singleStep"> <property name="singleStep" >
<number>10</number> <number>10</number>
</property> </property>
<property name="value"> <property name="value" >
<number>700</number> <number>700</number>
</property> </property>
</widget> </widget>
@ -189,12 +191,12 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="4" column="1"> <item row="4" column="1" >
<spacer name="horizontalSpacer_2"> <spacer name="horizontalSpacer_2" >
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0" >
<size> <size>
<width>157</width> <width>157</width>
<height>20</height> <height>20</height>
@ -207,10 +209,10 @@
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0" >
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
@ -220,7 +222,7 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<layoutdefault spacing="4" margin="9"/> <layoutdefault spacing="4" margin="9" />
<tabstops> <tabstops>
<tabstop>cursorFollowsCB</tabstop> <tabstop>cursorFollowsCB</tabstop>
<tabstop>scrollBelowCB</tabstop> <tabstop>scrollBelowCB</tabstop>
@ -229,7 +231,7 @@
<tabstop>macroEditStyleCO</tabstop> <tabstop>macroEditStyleCO</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>