]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/PrefDisplayUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / PrefDisplayUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefDisplayUi</class>
4  <widget class="QWidget" name="PrefDisplayUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>507</width>
10     <height>206</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string/>
21   </property>
22   <layout class="QGridLayout">
23    <property name="leftMargin">
24     <number>9</number>
25    </property>
26    <property name="topMargin">
27     <number>9</number>
28    </property>
29    <property name="rightMargin">
30     <number>9</number>
31    </property>
32    <property name="bottomMargin">
33     <number>9</number>
34    </property>
35    <property name="spacing">
36     <number>6</number>
37    </property>
38    <item row="1" column="3">
39     <widget class="QDoubleSpinBox" name="previewSizeSB">
40      <property name="sizePolicy">
41       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="toolTip">
47       <string>Factor for the preview size</string>
48      </property>
49      <property name="decimals">
50       <number>1</number>
51      </property>
52      <property name="minimum">
53       <double>0.100000000000000</double>
54      </property>
55      <property name="maximum">
56       <double>10.000000000000000</double>
57      </property>
58      <property name="singleStep">
59       <double>0.100000000000000</double>
60      </property>
61      <property name="value">
62       <double>1.000000000000000</double>
63      </property>
64     </widget>
65    </item>
66    <item row="0" column="0" colspan="2">
67     <widget class="QCheckBox" name="displayGraphicsCB">
68      <property name="text">
69       <string>Display &amp;graphics</string>
70      </property>
71     </widget>
72    </item>
73    <item row="0" column="4" rowspan="5">
74     <spacer>
75      <property name="orientation">
76       <enum>Qt::Horizontal</enum>
77      </property>
78      <property name="sizeHint" stdset="0">
79       <size>
80        <width>57</width>
81        <height>20</height>
82       </size>
83      </property>
84     </spacer>
85    </item>
86    <item row="4" column="0">
87     <spacer>
88      <property name="orientation">
89       <enum>Qt::Vertical</enum>
90      </property>
91      <property name="sizeType">
92       <enum>QSizePolicy::Expanding</enum>
93      </property>
94      <property name="sizeHint" stdset="0">
95       <size>
96        <width>0</width>
97        <height>20</height>
98       </size>
99      </property>
100     </spacer>
101    </item>
102    <item row="1" column="0">
103     <widget class="QLabel" name="instantPreviewLA">
104      <property name="text">
105       <string>Instant &amp;preview:</string>
106      </property>
107      <property name="buddy">
108       <cstring>instantPreviewCO</cstring>
109      </property>
110     </widget>
111    </item>
112    <item row="1" column="1">
113     <widget class="QComboBox" name="instantPreviewCO">
114      <item>
115       <property name="text">
116        <string>Off</string>
117       </property>
118      </item>
119      <item>
120       <property name="text">
121        <string>No math</string>
122       </property>
123      </item>
124      <item>
125       <property name="text">
126        <string>On</string>
127       </property>
128      </item>
129     </widget>
130    </item>
131    <item row="2" column="0" colspan="2">
132     <widget class="QCheckBox" name="paragraphMarkerCB">
133      <property name="toolTip">
134       <string>Mark end of paragraphs on screen with a pilcrow character.</string>
135      </property>
136      <property name="text">
137       <string>&amp;Mark end of paragraphs</string>
138      </property>
139     </widget>
140    </item>
141    <item row="1" column="2">
142     <widget class="QLabel" name="previewSizeLA">
143      <property name="text">
144       <string>Preview si&amp;ze:</string>
145      </property>
146      <property name="buddy">
147       <cstring>instantPreviewCO</cstring>
148      </property>
149     </widget>
150    </item>
151    <item row="3" column="0" colspan="2">
152     <widget class="QCheckBox" name="ctAdditionsUnderlinedCB">
153      <property name="toolTip">
154       <string>If this is checked, additions in change tracking are underlined in the workarea</string>
155      </property>
156      <property name="text">
157       <string>&amp;Underline change tracking additions</string>
158      </property>
159     </widget>
160    </item>
161   </layout>
162  </widget>
163  <tabstops>
164   <tabstop>instantPreviewCO</tabstop>
165  </tabstops>
166  <includes>
167   <include location="local">qt_i18n.h</include>
168  </includes>
169  <resources/>
170  <connections/>
171 </ui>