]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefDisplayUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[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" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item rowspan="2" row="0" column="2" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Horizontal</enum>
26      </property>
27      <property name="sizeHint" >
28       <size>
29        <width>40</width>
30        <height>20</height>
31       </size>
32      </property>
33     </spacer>
34    </item>
35    <item row="1" column="1" >
36     <widget class="QComboBox" name="instantPreviewCO" >
37      <item>
38       <property name="text" >
39        <string>Off</string>
40       </property>
41      </item>
42      <item>
43       <property name="text" >
44        <string>No math</string>
45       </property>
46      </item>
47      <item>
48       <property name="text" >
49        <string>On</string>
50       </property>
51      </item>
52     </widget>
53    </item>
54    <item row="0" column="1" >
55     <widget class="QComboBox" name="displayGraphicsCO" >
56      <item>
57       <property name="text" >
58        <string>Monochrome</string>
59       </property>
60      </item>
61      <item>
62       <property name="text" >
63        <string>Grayscale</string>
64       </property>
65      </item>
66      <item>
67       <property name="text" >
68        <string>Color</string>
69       </property>
70      </item>
71      <item>
72       <property name="text" >
73        <string>Do not display</string>
74       </property>
75      </item>
76     </widget>
77    </item>
78    <item row="0" column="0" >
79     <widget class="QLabel" name="displayGraphicsLA" >
80      <property name="text" >
81       <string>Display &amp;Graphics:</string>
82      </property>
83      <property name="buddy" >
84       <cstring>displayGraphicsCO</cstring>
85      </property>
86     </widget>
87    </item>
88    <item row="1" column="0" >
89     <widget class="QLabel" name="instantPreviewLA" >
90      <property name="text" >
91       <string>Instant &amp;Preview:</string>
92      </property>
93      <property name="buddy" >
94       <cstring>instantPreviewCO</cstring>
95      </property>
96     </widget>
97    </item>
98    <item row="2" column="0" colspan="2" >
99     <spacer>
100      <property name="orientation" >
101       <enum>Qt::Vertical</enum>
102      </property>
103      <property name="sizeType" >
104       <enum>QSizePolicy::Expanding</enum>
105      </property>
106      <property name="sizeHint" >
107       <size>
108        <width>20</width>
109        <height>20</height>
110       </size>
111      </property>
112     </spacer>
113    </item>
114   </layout>
115  </widget>
116  <tabstops>
117   <tabstop>displayGraphicsCO</tabstop>
118   <tabstop>instantPreviewCO</tabstop>
119  </tabstops>
120  <includes>
121   <include location="local" >qt_helpers.h</include>
122  </includes>
123  <resources/>
124  <connections/>
125 </ui>