]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefDisplayUi.ui
Minimal support for hunspell. Spellchecking works but not suggestion, at least on...
[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     <spacer>
67      <property name="orientation" >
68       <enum>Qt::Vertical</enum>
69      </property>
70      <property name="sizeType" >
71       <enum>QSizePolicy::Expanding</enum>
72      </property>
73      <property name="sizeHint" stdset="0" >
74       <size>
75        <width>20</width>
76        <height>20</height>
77       </size>
78      </property>
79     </spacer>
80    </item>
81   </layout>
82  </widget>
83  <tabstops>
84   <tabstop>instantPreviewCO</tabstop>
85  </tabstops>
86  <includes>
87   <include location="local" >qt_i18n.h</include>
88  </includes>
89  <resources/>
90  <connections/>
91 </ui>