]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefDisplayUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrefDisplayUi.ui
1 <ui version="4.0" >
2  <class>PrefDisplayUi</class>
3  <widget class="QWidget" name="PrefDisplayUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" colspan="2" >
23     <widget class="QCheckBox" name="displayGraphicsCB" >
24      <property name="text" >
25       <string>Display &amp;Graphics</string>
26      </property>
27     </widget>
28    </item>
29    <item rowspan="4" row="0" column="4" >
30     <spacer>
31      <property name="orientation" >
32       <enum>Qt::Horizontal</enum>
33      </property>
34      <property name="sizeHint" >
35       <size>
36        <width>57</width>
37        <height>20</height>
38       </size>
39      </property>
40     </spacer>
41    </item>
42    <item row="1" column="0" >
43     <widget class="QLabel" name="instantPreviewLA" >
44      <property name="text" >
45       <string>Instant &amp;Preview:</string>
46      </property>
47      <property name="buddy" >
48       <cstring>instantPreviewCO</cstring>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="1" >
53     <widget class="QComboBox" name="instantPreviewCO" >
54      <item>
55       <property name="text" >
56        <string>Off</string>
57       </property>
58      </item>
59      <item>
60       <property name="text" >
61        <string>No math</string>
62       </property>
63      </item>
64      <item>
65       <property name="text" >
66        <string>On</string>
67       </property>
68      </item>
69     </widget>
70    </item>
71    <item row="1" column="2" >
72     <widget class="QLabel" name="previewSizeLA" >
73      <property name="text" >
74       <string>Preview Si&amp;ze:</string>
75      </property>
76      <property name="buddy" >
77       <cstring>instantPreviewCO</cstring>
78      </property>
79     </widget>
80    </item>
81    <item row="1" column="3" >
82     <widget class="QDoubleSpinBox" name="previewSizeSB" >
83      <property name="sizePolicy" >
84       <sizepolicy>
85        <hsizetype>0</hsizetype>
86        <vsizetype>0</vsizetype>
87        <horstretch>0</horstretch>
88        <verstretch>0</verstretch>
89       </sizepolicy>
90      </property>
91      <property name="toolTip" >
92       <string>Factor for the preview size</string>
93      </property>
94      <property name="decimals" >
95       <number>1</number>
96      </property>
97      <property name="maximum" >
98       <double>10.000000000000000</double>
99      </property>
100      <property name="minimum" >
101       <double>0.100000000000000</double>
102      </property>
103      <property name="singleStep" >
104       <double>0.100000000000000</double>
105      </property>
106      <property name="value" >
107       <double>1.000000000000000</double>
108      </property>
109     </widget>
110    </item>
111    <item row="2" column="0" colspan="2" >
112     <widget class="QCheckBox" name="paragraphMarkerCB" >
113      <property name="toolTip" >
114       <string>Mark end of paragraphs on screen with a pilcrow character.</string>
115      </property>
116      <property name="text" >
117       <string>&amp;Mark end of paragraphs</string>
118      </property>
119     </widget>
120    </item>
121    <item row="3" column="0" >
122     <spacer>
123      <property name="orientation" >
124       <enum>Qt::Vertical</enum>
125      </property>
126      <property name="sizeType" >
127       <enum>QSizePolicy::Expanding</enum>
128      </property>
129      <property name="sizeHint" >
130       <size>
131        <width>20</width>
132        <height>20</height>
133       </size>
134      </property>
135     </spacer>
136    </item>
137   </layout>
138  </widget>
139  <tabstops>
140   <tabstop>instantPreviewCO</tabstop>
141  </tabstops>
142  <includes>
143   <include location="local" >qt_i18n.h</include>
144  </includes>
145  <resources/>
146  <connections/>
147 </ui>