]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefDisplayUi.ui
Fix bug #6129: Show paragraph marks / pilcrows.
[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>340</width>
9     <height>133</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QCheckBox" name="displayGraphicsCB" >
18      <property name="text" >
19       <string>Display &amp;Graphics</string>
20      </property>
21     </widget>
22    </item>
23    <item rowspan="2" row="0" column="2" >
24     <spacer>
25      <property name="orientation" >
26       <enum>Qt::Horizontal</enum>
27      </property>
28      <property name="sizeHint" stdset="0" >
29       <size>
30        <width>40</width>
31        <height>20</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="1" column="0" >
37     <widget class="QLabel" name="instantPreviewLA" >
38      <property name="text" >
39       <string>Instant &amp;Preview:</string>
40      </property>
41      <property name="buddy" >
42       <cstring>instantPreviewCO</cstring>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="1" >
47     <widget class="QComboBox" name="instantPreviewCO" >
48      <item>
49       <property name="text" >
50        <string>Off</string>
51       </property>
52      </item>
53      <item>
54       <property name="text" >
55        <string>No math</string>
56       </property>
57      </item>
58      <item>
59       <property name="text" >
60        <string>On</string>
61       </property>
62      </item>
63     </widget>
64    </item>
65    <item row="2" column="0" colspan="2" >
66     <widget class="QCheckBox" name="paragraphMarkerCB" >
67      <property name="text" >
68       <string>&amp;Mark end of paragraphs</string>
69      </property>
70     </widget>
71    </item>
72    <item rowspan="2" row="0" column="2" >
73     <spacer>
74      <property name="orientation" >
75       <enum>Qt::Horizontal</enum>
76      </property>
77      <property name="sizeHint" stdset="0" >
78       <size>
79        <width>40</width>
80        <height>20</height>
81       </size>
82      </property>
83     </spacer>
84    </item>
85    <item row="3" column="0" colspan="2" >
86     <spacer>
87      <property name="orientation" >
88       <enum>Qt::Vertical</enum>
89      </property>
90      <property name="sizeType" >
91       <enum>QSizePolicy::Expanding</enum>
92      </property>
93      <property name="sizeHint" stdset="0" >
94       <size>
95        <width>20</width>
96        <height>20</height>
97       </size>
98      </property>
99     </spacer>
100    </item>
101   </layout>
102  </widget>
103  <tabstops>
104   <tabstop>instantPreviewCO</tabstop>
105  </tabstops>
106  <includes>
107   <include location="local" >qt_i18n.h</include>
108  </includes>
109  <resources/>
110  <connections/>
111 </ui>