]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ColorUi.ui
introduce a new color module to GuiDocument as suggested:
[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="noteFontColorLA">
33         <property name="text">
34          <string>Font color for
35 greyed-out notes:</string>
36         </property>
37        </widget>
38       </item>
39       <item row="0" column="1">
40        <layout class="QHBoxLayout" name="horizontalLayout_3">
41         <item>
42          <widget class="QPushButton" name="noteFontColorPB">
43           <property name="maximumSize">
44            <size>
45             <width>16777215</width>
46             <height>16777215</height>
47            </size>
48           </property>
49           <property name="toolTip">
50            <string>Click to change the color</string>
51           </property>
52           <property name="text">
53            <string>&amp;Change...</string>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <widget class="QToolButton" name="delNoteFontColorTB">
59           <property name="minimumSize">
60            <size>
61             <width>23</width>
62             <height>23</height>
63            </size>
64           </property>
65           <property name="toolTip">
66            <string>Revert the color to the default</string>
67           </property>
68           <property name="text">
69            <string>R&amp;eset</string>
70           </property>
71           <property name="toolButtonStyle">
72            <enum>Qt::ToolButtonTextOnly</enum>
73           </property>
74           <property name="arrowType">
75            <enum>Qt::LeftArrow</enum>
76           </property>
77          </widget>
78         </item>
79         <item>
80          <spacer name="horizontalSpacer_2">
81           <property name="orientation">
82            <enum>Qt::Horizontal</enum>
83           </property>
84           <property name="sizeHint" stdset="0">
85            <size>
86             <width>40</width>
87             <height>20</height>
88            </size>
89           </property>
90          </spacer>
91         </item>
92        </layout>
93       </item>
94      </layout>
95     </widget>
96    </item>
97    <item row="1" column="0">
98     <widget class="QGroupBox" name="backgroundGB">
99      <property name="title">
100       <string>Background colors</string>
101      </property>
102      <property name="flat">
103       <bool>true</bool>
104      </property>
105      <layout class="QGridLayout" name="gridLayout">
106       <item row="0" column="0">
107        <widget class="QLabel" name="label_4">
108         <property name="text">
109          <string>Background Color:</string>
110         </property>
111         <property name="buddy">
112          <cstring>backgroundPB</cstring>
113         </property>
114        </widget>
115       </item>
116       <item row="0" column="1">
117        <layout class="QHBoxLayout" name="horizontalLayout_4">
118         <item>
119          <widget class="QPushButton" name="backgroundPB">
120           <property name="maximumSize">
121            <size>
122             <width>16777215</width>
123             <height>16777215</height>
124            </size>
125           </property>
126           <property name="toolTip">
127            <string>Click to change the color</string>
128           </property>
129           <property name="text">
130            <string>&amp;Change...</string>
131           </property>
132          </widget>
133         </item>
134         <item>
135          <widget class="QToolButton" name="delbackgroundTB">
136           <property name="minimumSize">
137            <size>
138             <width>23</width>
139             <height>23</height>
140            </size>
141           </property>
142           <property name="toolTip">
143            <string>Revert the color to the default</string>
144           </property>
145           <property name="text">
146            <string>R&amp;eset</string>
147           </property>
148           <property name="toolButtonStyle">
149            <enum>Qt::ToolButtonTextOnly</enum>
150           </property>
151           <property name="arrowType">
152            <enum>Qt::LeftArrow</enum>
153           </property>
154          </widget>
155         </item>
156         <item>
157          <spacer name="horizontalSpacer_3">
158           <property name="orientation">
159            <enum>Qt::Horizontal</enum>
160           </property>
161           <property name="sizeHint" stdset="0">
162            <size>
163             <width>40</width>
164             <height>20</height>
165            </size>
166           </property>
167          </spacer>
168         </item>
169        </layout>
170       </item>
171      </layout>
172     </widget>
173    </item>
174    <item row="2" column="0">
175     <spacer name="verticalSpacer">
176      <property name="orientation">
177       <enum>Qt::Vertical</enum>
178      </property>
179      <property name="sizeHint" stdset="0">
180       <size>
181        <width>20</width>
182        <height>126</height>
183       </size>
184      </property>
185     </spacer>
186    </item>
187   </layout>
188  </widget>
189  <layoutdefault spacing="6" margin="11"/>
190  <includes>
191   <include location="local">qt_i18n.h</include>
192  </includes>
193  <resources/>
194  <connections/>
195 </ui>