Todo bien solo cambio los stylesheets
[photoboothMX.git] / mainwindow.ui
blob07f2930f94c569bf66509060e2c620ba5f42e073
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>719</width>
10 <height>727</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <layout class="QHBoxLayout" name="horizontalLayout_2">
18 <item>
19 <layout class="QHBoxLayout" name="horizontalLayout">
20 <item>
21 <layout class="QVBoxLayout" name="verticalLayout">
22 <item>
23 <widget class="QScrollArea" name="contenedorFotos">
24 <property name="minimumSize">
25 <size>
26 <width>185</width>
27 <height>600</height>
28 </size>
29 </property>
30 <property name="autoFillBackground">
31 <bool>true</bool>
32 </property>
33 <property name="styleSheet">
34 <string notr="true">background: url(:imas/slider);
35 background-position: padding;
36 background-origin: content;</string>
37 </property>
38 <property name="widgetResizable">
39 <bool>true</bool>
40 </property>
41 <widget class="QWidget" name="scrollAreaWidgetContents">
42 <property name="geometry">
43 <rect>
44 <x>0</x>
45 <y>0</y>
46 <width>183</width>
47 <height>598</height>
48 </rect>
49 </property>
50 <layout class="QVBoxLayout" name="verticalLayout_3">
51 <item>
52 <widget class="QLabel" name="foto1">
53 <property name="minimumSize">
54 <size>
55 <width>160</width>
56 <height>120</height>
57 </size>
58 </property>
59 <property name="maximumSize">
60 <size>
61 <width>160</width>
62 <height>120</height>
63 </size>
64 </property>
65 <property name="styleSheet">
66 <string notr="true">background: white;</string>
67 </property>
68 <property name="text">
69 <string>Foto1</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QLabel" name="foto2">
75 <property name="minimumSize">
76 <size>
77 <width>160</width>
78 <height>120</height>
79 </size>
80 </property>
81 <property name="maximumSize">
82 <size>
83 <width>100</width>
84 <height>100</height>
85 </size>
86 </property>
87 <property name="styleSheet">
88 <string notr="true">background: white</string>
89 </property>
90 <property name="text">
91 <string>Foto2</string>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QLabel" name="foto3">
97 <property name="minimumSize">
98 <size>
99 <width>160</width>
100 <height>120</height>
101 </size>
102 </property>
103 <property name="maximumSize">
104 <size>
105 <width>100</width>
106 <height>100</height>
107 </size>
108 </property>
109 <property name="styleSheet">
110 <string notr="true">background: white</string>
111 </property>
112 <property name="text">
113 <string>Foto3</string>
114 </property>
115 </widget>
116 </item>
117 <item>
118 <widget class="QLabel" name="foto4">
119 <property name="minimumSize">
120 <size>
121 <width>160</width>
122 <height>120</height>
123 </size>
124 </property>
125 <property name="maximumSize">
126 <size>
127 <width>100</width>
128 <height>100</height>
129 </size>
130 </property>
131 <property name="styleSheet">
132 <string notr="true">background: white</string>
133 </property>
134 <property name="text">
135 <string>Foto4</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 </widget>
142 </item>
143 <item>
144 <spacer name="verticalSpacer">
145 <property name="orientation">
146 <enum>Qt::Vertical</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>20</width>
151 <height>40</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
157 <widget class="QPushButton" name="printbut">
158 <property name="maximumSize">
159 <size>
160 <width>100</width>
161 <height>16777215</height>
162 </size>
163 </property>
164 <property name="text">
165 <string>Print</string>
166 </property>
167 </widget>
168 </item>
169 </layout>
170 </item>
171 <item>
172 <spacer name="horizontalSpacer">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 <property name="sizeHint" stdset="0">
177 <size>
178 <width>40</width>
179 <height>20</height>
180 </size>
181 </property>
182 </spacer>
183 </item>
184 <item>
185 <layout class="QVBoxLayout" name="verticalLayout_2">
186 <item>
187 <spacer name="verticalSpacer_3">
188 <property name="orientation">
189 <enum>Qt::Vertical</enum>
190 </property>
191 <property name="sizeHint" stdset="0">
192 <size>
193 <width>20</width>
194 <height>40</height>
195 </size>
196 </property>
197 </spacer>
198 </item>
199 <item>
200 <widget class="QPushButton" name="botonfoto">
201 <property name="minimumSize">
202 <size>
203 <width>0</width>
204 <height>50</height>
205 </size>
206 </property>
207 <property name="text">
208 <string>Foto</string>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </item>
214 <item>
215 <spacer name="horizontalSpacer_2">
216 <property name="orientation">
217 <enum>Qt::Horizontal</enum>
218 </property>
219 <property name="sizeHint" stdset="0">
220 <size>
221 <width>40</width>
222 <height>20</height>
223 </size>
224 </property>
225 </spacer>
226 </item>
227 <item>
228 <widget class="QToolBox" name="herramientas">
229 <property name="minimumSize">
230 <size>
231 <width>180</width>
232 <height>0</height>
233 </size>
234 </property>
235 <property name="currentIndex">
236 <number>2</number>
237 </property>
238 <widget class="QWidget" name="Fondos">
239 <property name="geometry">
240 <rect>
241 <x>0</x>
242 <y>0</y>
243 <width>180</width>
244 <height>554</height>
245 </rect>
246 </property>
247 <attribute name="label">
248 <string>Fondos</string>
249 </attribute>
250 </widget>
251 <widget class="QWidget" name="Efectos">
252 <property name="geometry">
253 <rect>
254 <x>0</x>
255 <y>0</y>
256 <width>180</width>
257 <height>554</height>
258 </rect>
259 </property>
260 <attribute name="label">
261 <string>Efectos</string>
262 </attribute>
263 </widget>
264 <widget class="QWidget" name="Otros">
265 <property name="geometry">
266 <rect>
267 <x>0</x>
268 <y>0</y>
269 <width>180</width>
270 <height>554</height>
271 </rect>
272 </property>
273 <attribute name="label">
274 <string>Otros</string>
275 </attribute>
276 </widget>
277 </widget>
278 </item>
279 </layout>
280 </item>
281 </layout>
282 </widget>
283 <widget class="QMenuBar" name="menuBar">
284 <property name="geometry">
285 <rect>
286 <x>0</x>
287 <y>0</y>
288 <width>719</width>
289 <height>25</height>
290 </rect>
291 </property>
292 <widget class="QMenu" name="menuArchivo">
293 <property name="title">
294 <string>Archivo</string>
295 </property>
296 <addaction name="actionSalir"/>
297 </widget>
298 <widget class="QMenu" name="menuEditar">
299 <property name="title">
300 <string>Editar</string>
301 </property>
302 <addaction name="actionPreferencias"/>
303 </widget>
304 <addaction name="menuArchivo"/>
305 <addaction name="menuEditar"/>
306 </widget>
307 <widget class="QToolBar" name="mainToolBar">
308 <attribute name="toolBarArea">
309 <enum>TopToolBarArea</enum>
310 </attribute>
311 <attribute name="toolBarBreak">
312 <bool>false</bool>
313 </attribute>
314 </widget>
315 <widget class="QStatusBar" name="statusBar"/>
316 <action name="actionSalir">
317 <property name="text">
318 <string>Salir</string>
319 </property>
320 </action>
321 <action name="actionPreferencias">
322 <property name="text">
323 <string>Preferencias</string>
324 </property>
325 </action>
326 </widget>
327 <layoutdefault spacing="6" margin="11"/>
328 <resources/>
329 <connections/>
330 </ui>