ya imprime bien + se puede seleccionar cada foto por separado y
[photoboothMX.git] / mainwindow.ui
blobdce7bf2e90b5b33955818f78d24b24930df737ae
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>1194</width>
10 <height>831</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <property name="styleSheet">
17 <string notr="true">background-image: url(:/imas/fondo3);
18 background-position: padding;
19 background-origin: content;
22 font: 75 18pt &quot;FreeMono&quot;;
24 </string>
25 </property>
26 <widget class="QWidget" name="centralWidget">
27 <layout class="QHBoxLayout" name="horizontalLayout_2">
28 <item>
29 <layout class="QHBoxLayout" name="horizontalLayout">
30 <item>
31 <layout class="QVBoxLayout" name="verticalLayout">
32 <item>
33 <widget class="QFrame" name="filmstrip">
34 <property name="minimumSize">
35 <size>
36 <width>210</width>
37 <height>600</height>
38 </size>
39 </property>
40 <property name="maximumSize">
41 <size>
42 <width>210</width>
43 <height>600</height>
44 </size>
45 </property>
46 <property name="styleSheet">
47 <string notr="true">background-image: url(:/imas/slider);
48 background-position: padding;
49 background-origin: content;
50 </string>
51 </property>
52 <property name="frameShape">
53 <enum>QFrame::StyledPanel</enum>
54 </property>
55 <property name="frameShadow">
56 <enum>QFrame::Raised</enum>
57 </property>
58 <layout class="QGridLayout" name="gridLayout"/>
59 </widget>
60 </item>
61 <item>
62 <spacer name="verticalSpacer">
63 <property name="orientation">
64 <enum>Qt::Vertical</enum>
65 </property>
66 <property name="sizeHint" stdset="0">
67 <size>
68 <width>20</width>
69 <height>40</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 <item>
75 <widget class="QPushButton" name="butonFullscreen">
76 <property name="styleSheet">
77 <string notr="true">#MainWindow QPushButton {
78 color: rgb(0, 0, 0);
79 border: 2px solid #555;
80 border-radius: 40px;
81 padding: 5px;
82 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.145455 rgba(255, 170, 127, 255), stop:0.927273 rgba(255, 255, 127, 255));
83 min-width: 80px;
86 #MainWindow QPushButton:pressed {
87 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.145455 rgba(85, 170, 0, 255), stop:0.927273 rgba(255, 255, 127, 255))
88 }</string>
89 </property>
90 <property name="text">
91 <string>Full Screen</string>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QPushButton" name="printbut">
97 <property name="minimumSize">
98 <size>
99 <width>241</width>
100 <height>152</height>
101 </size>
102 </property>
103 <property name="maximumSize">
104 <size>
105 <width>210</width>
106 <height>100</height>
107 </size>
108 </property>
109 <property name="focusPolicy">
110 <enum>Qt::NoFocus</enum>
111 </property>
112 <property name="styleSheet">
113 <string notr="true">#MainWindow QPushButton {
114 color: rgb(0, 0, 0);
115 border-radius: 40px;
116 padding: 5px;
117 background: url(:/imas/imprime);
118 background-position: padding;
119 background-origin: content;
122 #MainWindow QPushButton:pressed {
123 background: url(:/imas/imprimepres);
124 background-position: padding;
125 background-origin: content;
126 }</string>
127 </property>
128 <property name="text">
129 <string/>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item>
135 <item>
136 <spacer name="horizontalSpacer">
137 <property name="orientation">
138 <enum>Qt::Horizontal</enum>
139 </property>
140 <property name="sizeHint" stdset="0">
141 <size>
142 <width>40</width>
143 <height>20</height>
144 </size>
145 </property>
146 </spacer>
147 </item>
148 <item>
149 <layout class="QVBoxLayout" name="verticalLayout_2">
150 <item>
151 <spacer name="verticalSpacer_3">
152 <property name="orientation">
153 <enum>Qt::Vertical</enum>
154 </property>
155 <property name="sizeHint" stdset="0">
156 <size>
157 <width>20</width>
158 <height>40</height>
159 </size>
160 </property>
161 </spacer>
162 </item>
163 <item>
164 <widget class="QLabel" name="countdown">
165 <property name="minimumSize">
166 <size>
167 <width>0</width>
168 <height>80</height>
169 </size>
170 </property>
171 <property name="styleSheet">
172 <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.195455 rgba(1, 173, 239, 0), stop:1 rgba(45, 49, 146, 0));
173 color: rgb(255, 170, 0);
174 font: 75 45pt &quot;Bitstream Charter&quot;;</string>
175 </property>
176 <property name="text">
177 <string/>
178 </property>
179 <property name="alignment">
180 <set>Qt::AlignCenter</set>
181 </property>
182 </widget>
183 </item>
184 <item>
185 <widget class="QPushButton" name="botonfoto">
186 <property name="sizePolicy">
187 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
188 <horstretch>0</horstretch>
189 <verstretch>0</verstretch>
190 </sizepolicy>
191 </property>
192 <property name="minimumSize">
193 <size>
194 <width>660</width>
195 <height>147</height>
196 </size>
197 </property>
198 <property name="maximumSize">
199 <size>
200 <width>640</width>
201 <height>200</height>
202 </size>
203 </property>
204 <property name="palette">
205 <palette>
206 <active>
207 <colorrole role="WindowText">
208 <brush brushstyle="SolidPattern">
209 <color alpha="255">
210 <red>0</red>
211 <green>0</green>
212 <blue>0</blue>
213 </color>
214 </brush>
215 </colorrole>
216 <colorrole role="Button">
217 <brush brushstyle="LinearGradientPattern">
218 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
219 <gradientstop position="0.145455000000000">
220 <color alpha="255">
221 <red>255</red>
222 <green>170</green>
223 <blue>127</blue>
224 </color>
225 </gradientstop>
226 <gradientstop position="0.927273000000000">
227 <color alpha="255">
228 <red>255</red>
229 <green>255</green>
230 <blue>127</blue>
231 </color>
232 </gradientstop>
233 </gradient>
234 </brush>
235 </colorrole>
236 <colorrole role="Text">
237 <brush brushstyle="SolidPattern">
238 <color alpha="255">
239 <red>0</red>
240 <green>0</green>
241 <blue>0</blue>
242 </color>
243 </brush>
244 </colorrole>
245 <colorrole role="ButtonText">
246 <brush brushstyle="SolidPattern">
247 <color alpha="255">
248 <red>0</red>
249 <green>0</green>
250 <blue>0</blue>
251 </color>
252 </brush>
253 </colorrole>
254 <colorrole role="Base">
255 <brush brushstyle="LinearGradientPattern">
256 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
257 <gradientstop position="0.145455000000000">
258 <color alpha="255">
259 <red>255</red>
260 <green>170</green>
261 <blue>127</blue>
262 </color>
263 </gradientstop>
264 <gradientstop position="0.927273000000000">
265 <color alpha="255">
266 <red>255</red>
267 <green>255</green>
268 <blue>127</blue>
269 </color>
270 </gradientstop>
271 </gradient>
272 </brush>
273 </colorrole>
274 <colorrole role="Window">
275 <brush brushstyle="LinearGradientPattern">
276 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
277 <gradientstop position="0.145455000000000">
278 <color alpha="255">
279 <red>255</red>
280 <green>170</green>
281 <blue>127</blue>
282 </color>
283 </gradientstop>
284 <gradientstop position="0.927273000000000">
285 <color alpha="255">
286 <red>255</red>
287 <green>255</green>
288 <blue>127</blue>
289 </color>
290 </gradientstop>
291 </gradient>
292 </brush>
293 </colorrole>
294 </active>
295 <inactive>
296 <colorrole role="WindowText">
297 <brush brushstyle="SolidPattern">
298 <color alpha="255">
299 <red>0</red>
300 <green>0</green>
301 <blue>0</blue>
302 </color>
303 </brush>
304 </colorrole>
305 <colorrole role="Button">
306 <brush brushstyle="LinearGradientPattern">
307 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
308 <gradientstop position="0.145455000000000">
309 <color alpha="255">
310 <red>255</red>
311 <green>170</green>
312 <blue>127</blue>
313 </color>
314 </gradientstop>
315 <gradientstop position="0.927273000000000">
316 <color alpha="255">
317 <red>255</red>
318 <green>255</green>
319 <blue>127</blue>
320 </color>
321 </gradientstop>
322 </gradient>
323 </brush>
324 </colorrole>
325 <colorrole role="Text">
326 <brush brushstyle="SolidPattern">
327 <color alpha="255">
328 <red>0</red>
329 <green>0</green>
330 <blue>0</blue>
331 </color>
332 </brush>
333 </colorrole>
334 <colorrole role="ButtonText">
335 <brush brushstyle="SolidPattern">
336 <color alpha="255">
337 <red>0</red>
338 <green>0</green>
339 <blue>0</blue>
340 </color>
341 </brush>
342 </colorrole>
343 <colorrole role="Base">
344 <brush brushstyle="LinearGradientPattern">
345 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
346 <gradientstop position="0.145455000000000">
347 <color alpha="255">
348 <red>255</red>
349 <green>170</green>
350 <blue>127</blue>
351 </color>
352 </gradientstop>
353 <gradientstop position="0.927273000000000">
354 <color alpha="255">
355 <red>255</red>
356 <green>255</green>
357 <blue>127</blue>
358 </color>
359 </gradientstop>
360 </gradient>
361 </brush>
362 </colorrole>
363 <colorrole role="Window">
364 <brush brushstyle="LinearGradientPattern">
365 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
366 <gradientstop position="0.145455000000000">
367 <color alpha="255">
368 <red>255</red>
369 <green>170</green>
370 <blue>127</blue>
371 </color>
372 </gradientstop>
373 <gradientstop position="0.927273000000000">
374 <color alpha="255">
375 <red>255</red>
376 <green>255</green>
377 <blue>127</blue>
378 </color>
379 </gradientstop>
380 </gradient>
381 </brush>
382 </colorrole>
383 </inactive>
384 <disabled>
385 <colorrole role="WindowText">
386 <brush brushstyle="SolidPattern">
387 <color alpha="255">
388 <red>0</red>
389 <green>0</green>
390 <blue>0</blue>
391 </color>
392 </brush>
393 </colorrole>
394 <colorrole role="Button">
395 <brush brushstyle="LinearGradientPattern">
396 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
397 <gradientstop position="0.145455000000000">
398 <color alpha="255">
399 <red>255</red>
400 <green>170</green>
401 <blue>127</blue>
402 </color>
403 </gradientstop>
404 <gradientstop position="0.927273000000000">
405 <color alpha="255">
406 <red>255</red>
407 <green>255</green>
408 <blue>127</blue>
409 </color>
410 </gradientstop>
411 </gradient>
412 </brush>
413 </colorrole>
414 <colorrole role="Text">
415 <brush brushstyle="SolidPattern">
416 <color alpha="255">
417 <red>0</red>
418 <green>0</green>
419 <blue>0</blue>
420 </color>
421 </brush>
422 </colorrole>
423 <colorrole role="ButtonText">
424 <brush brushstyle="SolidPattern">
425 <color alpha="255">
426 <red>0</red>
427 <green>0</green>
428 <blue>0</blue>
429 </color>
430 </brush>
431 </colorrole>
432 <colorrole role="Base">
433 <brush brushstyle="LinearGradientPattern">
434 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
435 <gradientstop position="0.145455000000000">
436 <color alpha="255">
437 <red>255</red>
438 <green>170</green>
439 <blue>127</blue>
440 </color>
441 </gradientstop>
442 <gradientstop position="0.927273000000000">
443 <color alpha="255">
444 <red>255</red>
445 <green>255</green>
446 <blue>127</blue>
447 </color>
448 </gradientstop>
449 </gradient>
450 </brush>
451 </colorrole>
452 <colorrole role="Window">
453 <brush brushstyle="LinearGradientPattern">
454 <gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.000000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
455 <gradientstop position="0.145455000000000">
456 <color alpha="255">
457 <red>255</red>
458 <green>170</green>
459 <blue>127</blue>
460 </color>
461 </gradientstop>
462 <gradientstop position="0.927273000000000">
463 <color alpha="255">
464 <red>255</red>
465 <green>255</green>
466 <blue>127</blue>
467 </color>
468 </gradientstop>
469 </gradient>
470 </brush>
471 </colorrole>
472 </disabled>
473 </palette>
474 </property>
475 <property name="font">
476 <font>
477 <family>FreeMono</family>
478 <pointsize>18</pointsize>
479 <weight>9</weight>
480 <italic>false</italic>
481 <bold>false</bold>
482 </font>
483 </property>
484 <property name="focusPolicy">
485 <enum>Qt::NoFocus</enum>
486 </property>
487 <property name="styleSheet">
488 <string notr="true">#MainWindow QPushButton {
489 color: rgb(0, 0, 0);
490 border-radius: 40px;
491 padding: 5px;
492 background: url(:/imas/tomafoto);
493 background-position: padding;
494 background-origin: content;
497 #MainWindow QPushButton:pressed {
498 background: url(:/imas/tomafotopres);
499 background-position: padding;
500 background-origin: content;
505 </string>
506 </property>
507 <property name="text">
508 <string/>
509 </property>
510 </widget>
511 </item>
512 <item>
513 <widget class="QDialogButtonBox" name="buttonBox">
514 <property name="styleSheet">
515 <string notr="true">#MainWindow QPushButton {
516 color: rgb(0, 0, 0);
517 border: 2px solid #555;
518 border-radius: 40px;
519 padding: 5px;
520 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.145455 rgba(255, 170, 127, 255), stop:0.927273 rgba(255, 255, 127, 255));
521 min-width: 80px;
524 #MainWindow QPushButton:pressed {
525 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.145455 rgba(85, 170, 0, 255), stop:0.927273 rgba(255, 255, 127, 255))
526 }</string>
527 </property>
528 <property name="locale">
529 <locale language="Spanish" country="Mexico"/>
530 </property>
531 <property name="standardButtons">
532 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
533 </property>
534 </widget>
535 </item>
536 </layout>
537 </item>
538 <item>
539 <spacer name="horizontalSpacer_2">
540 <property name="orientation">
541 <enum>Qt::Horizontal</enum>
542 </property>
543 <property name="sizeHint" stdset="0">
544 <size>
545 <width>40</width>
546 <height>20</height>
547 </size>
548 </property>
549 </spacer>
550 </item>
551 <item>
552 <widget class="QToolBox" name="herramientas">
553 <property name="sizePolicy">
554 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
555 <horstretch>0</horstretch>
556 <verstretch>0</verstretch>
557 </sizepolicy>
558 </property>
559 <property name="minimumSize">
560 <size>
561 <width>245</width>
562 <height>0</height>
563 </size>
564 </property>
565 <property name="styleSheet">
566 <string notr="true">color: rgb(255, 255, 255);
567 font: 75 20pt &quot;Bitstream Charter&quot;;
568 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0.113122 rgba(1, 173, 239, 144), stop:1 rgba(45, 49, 146, 68))</string>
569 </property>
570 <property name="currentIndex">
571 <number>0</number>
572 </property>
573 <widget class="QWidget" name="Fondos">
574 <property name="geometry">
575 <rect>
576 <x>0</x>
577 <y>0</y>
578 <width>230</width>
579 <height>1218</height>
580 </rect>
581 </property>
582 <attribute name="label">
583 <string>Fondos</string>
584 </attribute>
585 <layout class="QVBoxLayout" name="verticalLayout_3">
586 <item>
587 <widget class="QScrollArea" name="scrollAreaFondos">
588 <property name="minimumSize">
589 <size>
590 <width>0</width>
591 <height>1200</height>
592 </size>
593 </property>
594 <property name="widgetResizable">
595 <bool>true</bool>
596 </property>
597 <widget class="QWidget" name="scrollAreaWidgetContents">
598 <property name="geometry">
599 <rect>
600 <x>0</x>
601 <y>0</y>
602 <width>210</width>
603 <height>1198</height>
604 </rect>
605 </property>
606 </widget>
607 </widget>
608 </item>
609 </layout>
610 </widget>
611 <widget class="QWidget" name="Efectos">
612 <property name="geometry">
613 <rect>
614 <x>0</x>
615 <y>0</y>
616 <width>245</width>
617 <height>670</height>
618 </rect>
619 </property>
620 <attribute name="label">
621 <string>Efectos</string>
622 </attribute>
623 <widget class="QCheckBox" name="Blancoynegro">
624 <property name="geometry">
625 <rect>
626 <x>20</x>
627 <y>10</y>
628 <width>211</width>
629 <height>51</height>
630 </rect>
631 </property>
632 <property name="text">
633 <string>Blanco y Negro</string>
634 </property>
635 </widget>
636 </widget>
637 <widget class="QWidget" name="Otros">
638 <property name="geometry">
639 <rect>
640 <x>0</x>
641 <y>0</y>
642 <width>245</width>
643 <height>670</height>
644 </rect>
645 </property>
646 <attribute name="label">
647 <string>Otros</string>
648 </attribute>
649 </widget>
650 </widget>
651 </item>
652 </layout>
653 </item>
654 </layout>
655 </widget>
656 <action name="actionSalir">
657 <property name="text">
658 <string>Salir</string>
659 </property>
660 </action>
661 <action name="actionPreferencias">
662 <property name="text">
663 <string>Preferencias</string>
664 </property>
665 </action>
666 </widget>
667 <layoutdefault spacing="6" margin="11"/>
668 <resources/>
669 <connections/>
670 </ui>