Migración sobre interfaz gráfica para python PYQT5
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.
 
PlayingWith-PyQt/MainWindow.ui

472 lines
12 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>mainform</class>
<widget class="QMainWindow" name="mainform">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>700</width>
<height>500</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>700</width>
<height>500</height>
</size>
</property>
<property name="font">
<font>
<family>Lato</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>Estadística</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>Proyecto2n/Recursos/img/logo.png</normaloff>Proyecto2n/Recursos/img/logo.png</iconset>
</property>
<property name="windowOpacity">
<double>1.000000000000000</double>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/mainqt.jpg);
background-repeat: no-repeat;
color: rgb(255,255,255);</string>
</property>
<property name="iconSize">
<size>
<width>100</width>
<height>24</height>
</size>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>230</x>
<y>40</y>
<width>221</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>24</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Estadística</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btncubo">
<property name="geometry">
<rect>
<x>70</x>
<y>160</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/dado6.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblcubo">
<property name="geometry">
<rect>
<x>150</x>
<y>170</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Cubo</string>
</property>
</widget>
<widget class="QPushButton" name="btnicosaedro">
<property name="geometry">
<rect>
<x>70</x>
<y>250</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/icosaedro.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblicosaedro">
<property name="geometry">
<rect>
<x>150</x>
<y>260</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Icosaedro</string>
</property>
</widget>
<widget class="QPushButton" name="btnmoneda">
<property name="geometry">
<rect>
<x>400</x>
<y>250</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/moneda.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btndodecaedro">
<property name="geometry">
<rect>
<x>400</x>
<y>160</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/dodecaedro.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lbldodecaedro">
<property name="geometry">
<rect>
<x>480</x>
<y>170</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Dodecaedro</string>
</property>
</widget>
<widget class="QLabel" name="lblmoneda">
<property name="geometry">
<rect>
<x>480</x>
<y>260</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Moneda</string>
</property>
</widget>
<widget class="QPushButton" name="btnbarajaestandar">
<property name="geometry">
<rect>
<x>40</x>
<y>370</y>
<width>41</width>
<height>61</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/baraja.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblbarajaextendida">
<property name="geometry">
<rect>
<x>450</x>
<y>380</y>
<width>211</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Baraja palo único</string>
</property>
</widget>
<widget class="QPushButton" name="btnbarajaextendida">
<property name="geometry">
<rect>
<x>370</x>
<y>370</y>
<width>41</width>
<height>61</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(Proyecto2n/Recursos/img/barajae.png);
background-repeat: no-repeat;
border-radius: 5%;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblbarajaestandar">
<property name="geometry">
<rect>
<x>120</x>
<y>380</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="text">
<string>Baraja Española</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>220</x>
<y>100</y>
<width>231</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>30</x>
<y>330</y>
<width>611</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url();
</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<action name="actionGobales_Dado_6">
<property name="text">
<string>Dado 6</string>
</property>
</action>
<action name="actionGlobales_Dado_12">
<property name="text">
<string>Dado 12</string>
</property>
</action>
<action name="actionGlobales_Dado_20">
<property name="text">
<string>Dado 20</string>
</property>
</action>
<action name="actionGlobales_Baraja_Espa_ola">
<property name="text">
<string>Baraja Española</string>
</property>
</action>
<action name="actionGlobales_Baraja_Espa_ola_completa">
<property name="text">
<string>Baraja Española completa</string>
</property>
</action>
<action name="actionVista_General">
<property name="text">
<string>Vista General</string>
</property>
</action>
</widget>
<resources>
<include location="Recursos/Imagenes.qrc"/>
</resources>
<connections/>
</ui>