You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
454 lines
12 KiB
454 lines
12 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>formcubo</class>
|
|
<widget class="QMainWindow" name="formcubo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dado - Cubo</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normaloff>Proyecto2n/Recursos/img/logo.png</normaloff>Proyecto2n/Recursos/img/logo.png</iconset>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/fondoelemento.png);
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QGraphicsView" name="graphicsView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>400</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/tapete.png);
|
|
background-repeat: no-repeat;
|
|
border-style: none;
|
|
background-size: 80px 60px;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>60</y>
|
|
<width>431</width>
|
|
<height>91</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>24</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Lanzamiento de Cubo</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pbdado">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>170</y>
|
|
<width>280</width>
|
|
<height>280</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/cubo/plantilla.png);
|
|
background-repeat: no-repeat;
|
|
border-style: none;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnlanza">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>520</x>
|
|
<y>470</y>
|
|
<width>141</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url();
|
|
background-color: #555555;
|
|
color: #FFFFFF;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>¡Lanzalo!</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnhome">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>101</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url();
|
|
background-color: #555555;
|
|
color: #FFFFFF;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Menú principal</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnautomatico">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>520</x>
|
|
<y>530</y>
|
|
<width>141</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url();
|
|
background-color: #555555;
|
|
color: #FFFFFF;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Lanzalo por mi</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>160</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>320</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>400</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>320</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>400</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>240</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>240</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>320</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>160</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>240</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>400</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>320</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>240</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>400</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>160</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="pb4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>160</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda/iniciop.png);
|
|
border-style: none;
|
|
background-repeat: no-repeat;</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>520</y>
|
|
<width>391</width>
|
|
<height>91</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>24</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ultimos 16</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnestadisticas">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>10</y>
|
|
<width>101</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url();
|
|
background-color: #555555;
|
|
color: #FFFFFF;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Estadísticas</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnreiniciarbd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url();
|
|
background-color: #555555;
|
|
color: #FFFFFF;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reinciar estadísticas</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|
|
|