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