]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ColorUi.ui
ColorUi.ui: forgot to update button label in last commit
[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>275</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">
22    <property name="margin">
23     <number>11</number>
24    </property>
25    <property name="spacing">
26     <number>6</number>
27    </property>
28    <item row="0" column="0">
29     <widget class="QGroupBox" name="fontcolorGB">
30      <property name="title">
31       <string>Font colors</string>
32      </property>
33      <property name="flat">
34       <bool>true</bool>
35      </property>
36      <layout class="QGridLayout">
37       <property name="margin">
38        <number>11</number>
39       </property>
40       <property name="spacing">
41        <number>6</number>
42       </property>
43       <item row="0" column="0">
44        <widget class="QLabel" name="fontColorLA">
45         <property name="text">
46          <string>Main text:</string>
47         </property>
48         <property name="buddy">
49          <cstring>fontColorPB</cstring>
50         </property>
51        </widget>
52       </item>
53       <item row="0" column="1">
54        <layout class="QHBoxLayout">
55         <property name="spacing">
56          <number>6</number>
57         </property>
58         <property name="margin">
59          <number>11</number>
60         </property>
61         <item>
62          <widget class="QPushButton" name="fontColorPB">
63           <property name="maximumSize">
64            <size>
65             <width>16777215</width>
66             <height>16777215</height>
67            </size>
68           </property>
69           <property name="toolTip">
70            <string>Click to change the color</string>
71           </property>
72           <property name="text">
73            <string>Default...</string>
74           </property>
75          </widget>
76         </item>
77         <item>
78          <widget class="QToolButton" name="delFontColorTB">
79           <property name="minimumSize">
80            <size>
81             <width>23</width>
82             <height>23</height>
83            </size>
84           </property>
85           <property name="toolTip">
86            <string>Revert the color to the default</string>
87           </property>
88           <property name="text">
89            <string>R&amp;eset</string>
90           </property>
91           <property name="toolButtonStyle">
92            <enum>Qt::ToolButtonTextOnly</enum>
93           </property>
94           <property name="arrowType">
95            <enum>Qt::LeftArrow</enum>
96           </property>
97          </widget>
98         </item>
99         <item>
100          <spacer>
101           <property name="orientation">
102            <enum>Qt::Horizontal</enum>
103           </property>
104           <property name="sizeHint" stdset="0">
105            <size>
106             <width>40</width>
107             <height>20</height>
108            </size>
109           </property>
110          </spacer>
111         </item>
112        </layout>
113       </item>
114       <item row="1" column="0">
115        <widget class="QLabel" name="noteFontColorLA">
116         <property name="text">
117          <string>Greyed-out notes:</string>
118         </property>
119         <property name="buddy">
120          <cstring>fontColorPB</cstring>
121         </property>
122        </widget>
123       </item>
124       <item row="1" column="1">
125        <layout class="QHBoxLayout">
126         <property name="spacing">
127          <number>6</number>
128         </property>
129         <property name="margin">
130          <number>11</number>
131         </property>
132         <item>
133          <widget class="QPushButton" name="noteFontColorPB">
134           <property name="maximumSize">
135            <size>
136             <width>16777215</width>
137             <height>16777215</height>
138            </size>
139           </property>
140           <property name="toolTip">
141            <string>Click to change the color</string>
142           </property>
143           <property name="text">
144            <string>&amp;Change...</string>
145           </property>
146          </widget>
147         </item>
148         <item>
149          <widget class="QToolButton" name="delNoteFontColorTB">
150           <property name="minimumSize">
151            <size>
152             <width>23</width>
153             <height>23</height>
154            </size>
155           </property>
156           <property name="toolTip">
157            <string>Revert the color to the default</string>
158           </property>
159           <property name="text">
160            <string>R&amp;eset</string>
161           </property>
162           <property name="toolButtonStyle">
163            <enum>Qt::ToolButtonTextOnly</enum>
164           </property>
165           <property name="arrowType">
166            <enum>Qt::LeftArrow</enum>
167           </property>
168          </widget>
169         </item>
170         <item>
171          <spacer>
172           <property name="orientation">
173            <enum>Qt::Horizontal</enum>
174           </property>
175           <property name="sizeHint" stdset="0">
176            <size>
177             <width>40</width>
178             <height>20</height>
179            </size>
180           </property>
181          </spacer>
182         </item>
183        </layout>
184       </item>
185      </layout>
186     </widget>
187    </item>
188    <item row="1" column="0">
189     <widget class="QGroupBox" name="backgroundGB">
190      <property name="title">
191       <string>Background colors</string>
192      </property>
193      <property name="flat">
194       <bool>true</bool>
195      </property>
196      <layout class="QGridLayout">
197       <property name="margin">
198        <number>11</number>
199       </property>
200       <property name="spacing">
201        <number>6</number>
202       </property>
203       <item row="0" column="0">
204        <widget class="QLabel" name="backgroundColorLA">
205         <property name="text">
206          <string>Background color:</string>
207         </property>
208         <property name="buddy">
209          <cstring>backgroundPB</cstring>
210         </property>
211        </widget>
212       </item>
213       <item row="0" column="1">
214        <layout class="QHBoxLayout">
215         <property name="spacing">
216          <number>6</number>
217         </property>
218         <property name="margin">
219          <number>11</number>
220         </property>
221         <item>
222          <widget class="QPushButton" name="backgroundPB">
223           <property name="maximumSize">
224            <size>
225             <width>16777215</width>
226             <height>16777215</height>
227            </size>
228           </property>
229           <property name="toolTip">
230            <string>Click to change the color</string>
231           </property>
232           <property name="text">
233            <string>Default...</string>
234           </property>
235          </widget>
236         </item>
237         <item>
238          <widget class="QToolButton" name="delBackgroundTB">
239           <property name="minimumSize">
240            <size>
241             <width>23</width>
242             <height>23</height>
243            </size>
244           </property>
245           <property name="toolTip">
246            <string>Revert the color to the default</string>
247           </property>
248           <property name="text">
249            <string>R&amp;eset</string>
250           </property>
251           <property name="toolButtonStyle">
252            <enum>Qt::ToolButtonTextOnly</enum>
253           </property>
254           <property name="arrowType">
255            <enum>Qt::LeftArrow</enum>
256           </property>
257          </widget>
258         </item>
259         <item>
260          <spacer>
261           <property name="orientation">
262            <enum>Qt::Horizontal</enum>
263           </property>
264           <property name="sizeHint" stdset="0">
265            <size>
266             <width>40</width>
267             <height>20</height>
268            </size>
269           </property>
270          </spacer>
271         </item>
272        </layout>
273       </item>
274      </layout>
275     </widget>
276    </item>
277    <item row="2" column="0">
278     <spacer>
279      <property name="orientation">
280       <enum>Qt::Vertical</enum>
281      </property>
282      <property name="sizeHint" stdset="0">
283       <size>
284        <width>20</width>
285        <height>126</height>
286       </size>
287      </property>
288     </spacer>
289    </item>
290   </layout>
291  </widget>
292  <layoutdefault spacing="6" margin="11"/>
293  <includes>
294   <include location="local">qt_i18n.h</include>
295  </includes>
296  <resources/>
297  <connections/>
298 </ui>