]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ColorUi.ui
ColorUi.ui: squash compiler warning
[lyx.git] / src / frontends / qt4 / ui / ColorUi.ui
1 <ui version="4.0" >
2  <class>ColorUi</class>
3  <widget class="QWidget" name="ColorUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>406</width>
9     <height>322</height>
10    </rect>
11   </property>
12   <property name="contextMenuPolicy">
13    <enum>Qt::DefaultContextMenu</enum>
14   </property>
15   <property name="windowTitle">
16    <string>ColorUi</string>
17   </property>
18   <property name="toolTip">
19    <string/>
20   </property>
21   <layout class="QGridLayout" name="gridLayout_1">
22    <item row="0" column="0">
23     <widget class="QGroupBox" name="fontcolorGB">
24      <property name="title">
25       <string>Font colors</string>
26      </property>
27      <property name="flat">
28       <bool>true</bool>
29      </property>
30      <layout class="QGridLayout" name="gridLayout_2">
31       <property name="margin">
32        <number>11</number>
33       </property>
34       <property name="spacing">
35        <number>6</number>
36       </property>
37       <item row="0" column="0">
38        <widget class="QLabel" name="fontColorLA">
39         <property name="text">
40          <string>Main text:</string>
41         </property>
42         <property name="buddy">
43          <cstring>fontColorPB</cstring>
44         </property>
45        </widget>
46       </item>
47       <item row="0" column="1">
48        <layout class="QHBoxLayout">
49         <property name="spacing">
50          <number>6</number>
51         </property>
52         <property name="margin">
53          <number>11</number>
54         </property>
55         <item>
56          <widget class="QPushButton" name="fontColorPB">
57           <property name="maximumSize">
58            <size>
59             <width>16777215</width>
60             <height>16777215</height>
61            </size>
62           </property>
63           <property name="toolTip">
64            <string>Click to change the color</string>
65           </property>
66           <property name="text">
67            <string>Default...</string>
68           </property>
69          </widget>
70         </item>
71         <item>
72          <widget class="QToolButton" name="delFontColorTB">
73           <property name="minimumSize">
74            <size>
75             <width>23</width>
76             <height>23</height>
77            </size>
78           </property>
79           <property name="toolTip">
80            <string>Revert the color to the default</string>
81           </property>
82           <property name="text">
83            <string>R&amp;eset</string>
84           </property>
85           <property name="toolButtonStyle">
86            <enum>Qt::ToolButtonTextOnly</enum>
87           </property>
88           <property name="arrowType">
89            <enum>Qt::LeftArrow</enum>
90           </property>
91          </widget>
92         </item>
93         <item>
94          <spacer>
95           <property name="orientation">
96            <enum>Qt::Horizontal</enum>
97           </property>
98           <property name="sizeHint" stdset="0">
99            <size>
100             <width>40</width>
101             <height>20</height>
102            </size>
103           </property>
104          </spacer>
105         </item>
106        </layout>
107       </item>
108       <item row="1" column="0">
109        <widget class="QLabel" name="noteFontColorLA">
110         <property name="text">
111          <string>Greyed-out notes:</string>
112         </property>
113         <property name="buddy">
114          <cstring>fontColorPB</cstring>
115         </property>
116        </widget>
117       </item>
118       <item row="1" column="1">
119        <layout class="QHBoxLayout">
120         <property name="spacing">
121          <number>6</number>
122         </property>
123         <property name="margin">
124          <number>11</number>
125         </property>
126         <item>
127          <widget class="QPushButton" name="noteFontColorPB">
128           <property name="maximumSize">
129            <size>
130             <width>16777215</width>
131             <height>16777215</height>
132            </size>
133           </property>
134           <property name="toolTip">
135            <string>Click to change the color</string>
136           </property>
137           <property name="text">
138            <string>&amp;Change...</string>
139           </property>
140          </widget>
141         </item>
142         <item>
143          <widget class="QToolButton" name="delNoteFontColorTB">
144           <property name="minimumSize">
145            <size>
146             <width>23</width>
147             <height>23</height>
148            </size>
149           </property>
150           <property name="toolTip">
151            <string>Revert the color to the default</string>
152           </property>
153           <property name="text">
154            <string>R&amp;eset</string>
155           </property>
156           <property name="toolButtonStyle">
157            <enum>Qt::ToolButtonTextOnly</enum>
158           </property>
159           <property name="arrowType">
160            <enum>Qt::LeftArrow</enum>
161           </property>
162          </widget>
163         </item>
164         <item>
165          <spacer>
166           <property name="orientation">
167            <enum>Qt::Horizontal</enum>
168           </property>
169           <property name="sizeHint" stdset="0">
170            <size>
171             <width>40</width>
172             <height>20</height>
173            </size>
174           </property>
175          </spacer>
176         </item>
177        </layout>
178       </item>
179      </layout>
180     </widget>
181    </item>
182    <item row="1" column="0">
183     <widget class="QGroupBox" name="backgroundGB">
184      <property name="title">
185       <string>Background colors</string>
186      </property>
187      <property name="flat">
188       <bool>true</bool>
189      </property>
190      <layout class="QGridLayout" name="gridLayout_3">
191       <item row="0" column="0">
192        <widget class="QLabel" name="backgroundColorLA">
193         <property name="text">
194          <string>Page:</string>
195         </property>
196         <property name="buddy">
197          <cstring>backgroundPB</cstring>
198         </property>
199        </widget>
200       </item>
201       <item row="0" column="1">
202        <layout class="QHBoxLayout">
203         <property name="spacing">
204          <number>6</number>
205         </property>
206         <property name="margin">
207          <number>11</number>
208         </property>
209         <item>
210          <widget class="QPushButton" name="backgroundPB">
211           <property name="maximumSize">
212            <size>
213             <width>16777215</width>
214             <height>16777215</height>
215            </size>
216           </property>
217           <property name="toolTip">
218            <string>Click to change the color</string>
219           </property>
220           <property name="text">
221            <string>Default...</string>
222           </property>
223          </widget>
224         </item>
225         <item>
226          <widget class="QToolButton" name="delBackgroundTB">
227           <property name="minimumSize">
228            <size>
229             <width>23</width>
230             <height>23</height>
231            </size>
232           </property>
233           <property name="toolTip">
234            <string>Revert the color to the default</string>
235           </property>
236           <property name="text">
237            <string>R&amp;eset</string>
238           </property>
239           <property name="toolButtonStyle">
240            <enum>Qt::ToolButtonTextOnly</enum>
241           </property>
242           <property name="arrowType">
243            <enum>Qt::LeftArrow</enum>
244           </property>
245          </widget>
246         </item>
247         <item>
248          <spacer>
249           <property name="orientation">
250            <enum>Qt::Horizontal</enum>
251           </property>
252           <property name="sizeHint" stdset="0">
253            <size>
254             <width>40</width>
255             <height>20</height>
256            </size>
257           </property>
258          </spacer>
259         </item>
260        </layout>
261       </item>
262       <item row="1" column="0">
263        <widget class="QLabel" name="boxBackgroundColorLA">
264         <property name="text">
265          <string>Shaded boxes:</string>
266         </property>
267         <property name="buddy">
268          <cstring>backgroundPB</cstring>
269         </property>
270        </widget>
271       </item>
272       <item row="1" column="1">
273        <layout class="QHBoxLayout" name="_2">
274         <property name="spacing">
275          <number>6</number>
276         </property>
277         <property name="margin">
278          <number>11</number>
279         </property>
280         <item>
281          <widget class="QPushButton" name="boxBackgroundPB">
282           <property name="maximumSize">
283            <size>
284             <width>16777215</width>
285             <height>16777215</height>
286            </size>
287           </property>
288           <property name="toolTip">
289            <string>Click to change the color</string>
290           </property>
291           <property name="text">
292            <string>&amp;Change...</string>
293           </property>
294          </widget>
295         </item>
296         <item>
297          <widget class="QToolButton" name="delBoxBackgroundTB">
298           <property name="minimumSize">
299            <size>
300             <width>23</width>
301             <height>23</height>
302            </size>
303           </property>
304           <property name="toolTip">
305            <string>Revert the color to the default</string>
306           </property>
307           <property name="text">
308            <string>R&amp;eset</string>
309           </property>
310           <property name="toolButtonStyle">
311            <enum>Qt::ToolButtonTextOnly</enum>
312           </property>
313           <property name="arrowType">
314            <enum>Qt::LeftArrow</enum>
315           </property>
316          </widget>
317         </item>
318         <item>
319          <spacer>
320           <property name="orientation">
321            <enum>Qt::Horizontal</enum>
322           </property>
323           <property name="sizeHint" stdset="0">
324            <size>
325             <width>40</width>
326             <height>20</height>
327            </size>
328           </property>
329          </spacer>
330         </item>
331        </layout>
332       </item>
333      </layout>
334     </widget>
335    </item>
336    <item row="2" column="0">
337     <spacer>
338      <property name="orientation">
339       <enum>Qt::Vertical</enum>
340      </property>
341      <property name="sizeHint" stdset="0">
342       <size>
343        <width>20</width>
344        <height>126</height>
345       </size>
346      </property>
347     </spacer>
348    </item>
349   </layout>
350  </widget>
351  <layoutdefault spacing="6" margin="11"/>
352  <includes>
353   <include location="local">qt_i18n.h</include>
354  </includes>
355  <resources/>
356  <connections/>
357 </ui>