2010-11-29 11:26:10 +00:00
|
|
|
<ui version="4.0" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<class>PrefEditUi</class>
|
2010-11-29 11:26:10 +00:00
|
|
|
<widget class="QWidget" name="PrefEditUi" >
|
|
|
|
<property name="geometry" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-11-29 11:26:08 +00:00
|
|
|
<width>384</width>
|
2010-11-29 11:26:10 +00:00
|
|
|
<height>408</height>
|
2008-03-15 22:12:19 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="windowTitle" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<widget class="QGroupBox" name="scrollGB" >
|
|
|
|
<property name="title" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Editing</string>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="alignment" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="flat" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="cursorFollowsCB" >
|
|
|
|
<property name="text" >
|
2009-03-28 13:13:13 +00:00
|
|
|
<string>Cursor &follows scrollbar</string>
|
2008-03-15 22:12:19 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-11 06:11:55 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cursor width (&pixels):</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>cursorWidthSB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSpinBox" name="cursorWidthSB" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="scrollBelowCB" >
|
|
|
|
<property name="text" >
|
2009-03-27 17:41:58 +00:00
|
|
|
<string>Scroll &below end of document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="4" column="0" >
|
|
|
|
<widget class="QCheckBox" name="sortEnvironmentsCB" >
|
|
|
|
<property name="text" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Sort &environments alphabetically</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="5" column="0" >
|
|
|
|
<widget class="QCheckBox" name="groupEnvironmentsCB" >
|
|
|
|
<property name="text" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>&Group environments by their category</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="6" column="0" >
|
|
|
|
<widget class="QComboBox" name="macroEditStyleCO" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="text" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Edit Math Macros inline with a box around</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="text" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Edit Math Macros inline with the name in the status bar</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="text" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Edit Math Macros with a parameter list (like in LyX < 1.6)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="6" column="1" >
|
|
|
|
<spacer name="horizontalSpacer" >
|
|
|
|
<property name="orientation" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QCheckBox" name="macLikeWordMovementCB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Skip trailing non-word characters</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Use Mac-style for cursor moving between &words</string>
|
2010-11-29 11:26:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-03-15 22:12:19 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<widget class="QGroupBox" name="fullscreenGB" >
|
|
|
|
<property name="title" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="alignment" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="flat" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleToolbarsCB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="text" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<string>&Hide toolbars</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleScrollbarCB" >
|
|
|
|
<property name="text" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<string>Hide scr&ollbar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleTabbarCB" >
|
|
|
|
<property name="text" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<string>Hide &tabbar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QCheckBox" name="toggleMenubarCB" >
|
|
|
|
<property name="text" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<string>Hide &menubar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="4" column="0" >
|
|
|
|
<widget class="QGroupBox" name="fullscreenLimitGB" >
|
|
|
|
<property name="title" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<string>&Limit text width</string>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="flat" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="checkable" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<string>Screen used (&pixels):</string>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="buddy" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<cstring>fullscreenWidthSB</cstring>
|
2008-03-15 22:12:19 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QSpinBox" name="fullscreenWidthSB" >
|
|
|
|
<property name="minimum" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="maximum" >
|
2010-03-21 20:27:53 +00:00
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="singleStep" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="value" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<number>700</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-29 11:26:10 +00:00
|
|
|
<item row="4" column="1" >
|
|
|
|
<spacer name="horizontalSpacer_2" >
|
|
|
|
<property name="orientation" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<size>
|
2010-03-21 20:27:53 +00:00
|
|
|
<width>157</width>
|
2008-03-15 22:12:19 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="orientation" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2010-11-29 11:26:10 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-03-15 22:12:19 +00:00
|
|
|
<size>
|
2010-03-21 20:27:53 +00:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2008-03-15 22:12:19 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-11-29 11:26:10 +00:00
|
|
|
<layoutdefault spacing="4" margin="9" />
|
2008-03-15 22:12:19 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>cursorFollowsCB</tabstop>
|
2009-03-27 17:41:58 +00:00
|
|
|
<tabstop>scrollBelowCB</tabstop>
|
2008-03-15 22:12:19 +00:00
|
|
|
<tabstop>sortEnvironmentsCB</tabstop>
|
|
|
|
<tabstop>groupEnvironmentsCB</tabstop>
|
|
|
|
<tabstop>macroEditStyleCO</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<includes>
|
2010-11-29 11:26:10 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2008-03-15 22:12:19 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|