mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
d78bea45b4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31725 a592a061-630c-0410-9148-cb99ea01b6c8
148 lines
3.7 KiB
XML
148 lines
3.7 KiB
XML
<ui version="4.0" >
|
|
<class>PrefDisplayUi</class>
|
|
<widget class="QWidget" name="PrefDisplayUi" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="displayGraphicsCB" >
|
|
<property name="text" >
|
|
<string>Display &Graphics</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item rowspan="4" row="0" column="4" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>57</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="instantPreviewLA" >
|
|
<property name="text" >
|
|
<string>Instant &Preview:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>instantPreviewCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QComboBox" name="instantPreviewCO" >
|
|
<item>
|
|
<property name="text" >
|
|
<string>Off</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text" >
|
|
<string>No math</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text" >
|
|
<string>On</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QLabel" name="previewSizeLA" >
|
|
<property name="text" >
|
|
<string>Preview Si&ze:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>instantPreviewCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3" >
|
|
<widget class="QDoubleSpinBox" name="previewSizeSB" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>0</hsizetype>
|
|
<vsizetype>0</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Factor for the preview size</string>
|
|
</property>
|
|
<property name="decimals" >
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum" >
|
|
<double>10.000000000000000</double>
|
|
</property>
|
|
<property name="minimum" >
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
<property name="singleStep" >
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
<property name="value" >
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="paragraphMarkerCB" >
|
|
<property name="toolTip" >
|
|
<string>Mark end of paragraphs on screen with a pilcrow character.</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Mark end of paragraphs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>instantPreviewCO</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|