]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BulletsUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / BulletsUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BulletsUi</class>
4  <widget class="QWidget" name="BulletsUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>414</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout_2">
14    <item row="0" column="0">
15     <widget class="QLabel" name="label">
16      <property name="text">
17       <string>&amp;Level:</string>
18      </property>
19      <property name="buddy">
20       <cstring>levelLW</cstring>
21      </property>
22     </widget>
23    </item>
24    <item row="1" column="0" rowspan="4">
25     <widget class="QListWidget" name="levelLW">
26      <property name="maximumSize">
27       <size>
28        <width>96</width>
29        <height>16777215</height>
30       </size>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="1">
35     <layout class="QHBoxLayout" name="horizontalLayout_2">
36      <item>
37       <widget class="QLabel" name="label_2">
38        <property name="text">
39         <string>&amp;Font:</string>
40        </property>
41        <property name="buddy">
42         <cstring>bulletpaneCO</cstring>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QComboBox" name="bulletpaneCO">
48        <property name="sizePolicy">
49         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
50          <horstretch>0</horstretch>
51          <verstretch>0</verstretch>
52         </sizepolicy>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58    <item row="1" column="2" rowspan="4">
59     <spacer>
60      <property name="orientation">
61       <enum>Qt::Horizontal</enum>
62      </property>
63      <property name="sizeHint" stdset="0">
64       <size>
65        <width>16</width>
66        <height>271</height>
67       </size>
68      </property>
69     </spacer>
70    </item>
71    <item row="2" column="1">
72     <layout class="QHBoxLayout" name="horizontalLayout">
73      <item>
74       <spacer name="horizontalSpacer">
75        <property name="orientation">
76         <enum>Qt::Horizontal</enum>
77        </property>
78        <property name="sizeHint" stdset="0">
79         <size>
80          <width>40</width>
81          <height>20</height>
82         </size>
83        </property>
84       </spacer>
85      </item>
86      <item>
87       <widget class="QStackedWidget" name="bulletpaneSW">
88        <property name="sizePolicy">
89         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
90          <horstretch>0</horstretch>
91          <verstretch>0</verstretch>
92         </sizepolicy>
93        </property>
94       </widget>
95      </item>
96     </layout>
97    </item>
98    <item row="3" column="1">
99     <layout class="QGridLayout" name="gridLayout">
100      <item row="0" column="0">
101       <widget class="QCheckBox" name="customCB">
102        <property name="text">
103         <string>&amp;Custom bullet:</string>
104        </property>
105       </widget>
106      </item>
107      <item row="0" column="1">
108       <widget class="QLineEdit" name="customLE">
109        <property name="enabled">
110         <bool>false</bool>
111        </property>
112       </widget>
113      </item>
114      <item row="1" column="0">
115       <widget class="QLabel" name="sizeL">
116        <property name="text">
117         <string>Si&amp;ze:</string>
118        </property>
119        <property name="alignment">
120         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
121        </property>
122        <property name="buddy">
123         <cstring>bulletsizeCO</cstring>
124        </property>
125       </widget>
126      </item>
127      <item row="1" column="1">
128       <widget class="QComboBox" name="bulletsizeCO">
129        <property name="sizePolicy">
130         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
131          <horstretch>0</horstretch>
132          <verstretch>0</verstretch>
133         </sizepolicy>
134        </property>
135        <item>
136         <property name="text">
137          <string>Default</string>
138         </property>
139        </item>
140        <item>
141         <property name="text">
142          <string>Tiny</string>
143         </property>
144        </item>
145        <item>
146         <property name="text">
147          <string>Smallest</string>
148         </property>
149        </item>
150        <item>
151         <property name="text">
152          <string>Smaller</string>
153         </property>
154        </item>
155        <item>
156         <property name="text">
157          <string>Small</string>
158         </property>
159        </item>
160        <item>
161         <property name="text">
162          <string>Normal</string>
163         </property>
164        </item>
165        <item>
166         <property name="text">
167          <string>Large</string>
168         </property>
169        </item>
170        <item>
171         <property name="text">
172          <string>Larger</string>
173         </property>
174        </item>
175        <item>
176         <property name="text">
177          <string>Largest</string>
178         </property>
179        </item>
180        <item>
181         <property name="text">
182          <string>Huge</string>
183         </property>
184        </item>
185        <item>
186         <property name="text">
187          <string>Huger</string>
188         </property>
189        </item>
190       </widget>
191      </item>
192     </layout>
193    </item>
194    <item row="4" column="1">
195     <spacer>
196      <property name="orientation">
197       <enum>Qt::Vertical</enum>
198      </property>
199      <property name="sizeHint" stdset="0">
200       <size>
201        <width>20</width>
202        <height>40</height>
203       </size>
204      </property>
205     </spacer>
206    </item>
207   </layout>
208  </widget>
209  <tabstops>
210   <tabstop>levelLW</tabstop>
211   <tabstop>bulletpaneCO</tabstop>
212   <tabstop>bulletpaneSW</tabstop>
213   <tabstop>customCB</tabstop>
214   <tabstop>customLE</tabstop>
215   <tabstop>bulletsizeCO</tabstop>
216  </tabstops>
217  <includes>
218   <include location="local">qt_i18n.h</include>
219  </includes>
220  <resources/>
221  <connections>
222   <connection>
223    <sender>customCB</sender>
224    <signal>toggled(bool)</signal>
225    <receiver>customLE</receiver>
226    <slot>setEnabled(bool)</slot>
227    <hints>
228     <hint type="sourcelabel">
229      <x>203</x>
230      <y>148</y>
231     </hint>
232     <hint type="destinationlabel">
233      <x>319</x>
234      <y>149</y>
235     </hint>
236    </hints>
237   </connection>
238   <connection>
239    <sender>customCB</sender>
240    <signal>toggled(bool)</signal>
241    <receiver>label_2</receiver>
242    <slot>setDisabled(bool)</slot>
243    <hints>
244     <hint type="sourcelabel">
245      <x>203</x>
246      <y>148</y>
247     </hint>
248     <hint type="destinationlabel">
249      <x>273</x>
250      <y>19</y>
251     </hint>
252    </hints>
253   </connection>
254   <connection>
255    <sender>customCB</sender>
256    <signal>toggled(bool)</signal>
257    <receiver>bulletpaneCO</receiver>
258    <slot>setDisabled(bool)</slot>
259    <hints>
260     <hint type="sourcelabel">
261      <x>203</x>
262      <y>148</y>
263     </hint>
264     <hint type="destinationlabel">
265      <x>320</x>
266      <y>52</y>
267     </hint>
268    </hints>
269   </connection>
270   <connection>
271    <sender>customCB</sender>
272    <signal>toggled(bool)</signal>
273    <receiver>bulletpaneSW</receiver>
274    <slot>setDisabled(bool)</slot>
275    <hints>
276     <hint type="sourcelabel">
277      <x>203</x>
278      <y>148</y>
279     </hint>
280     <hint type="destinationlabel">
281      <x>320</x>
282      <y>106</y>
283     </hint>
284    </hints>
285   </connection>
286  </connections>
287 </ui>