OpenAlbum 1.0.b

/home/manuel/PFC/open-album/OpenAlbum-Unix/dialogtamanno.ui

00001 <?xml version="1.0" encoding="UTF-8"?>
00002 <ui version="4.0">
00003  <class>DialogTamanno</class>
00004  <widget class="QDialog" name="DialogTamanno">
00005   <property name="geometry">
00006    <rect>
00007     <x>0</x>
00008     <y>0</y>
00009     <width>350</width>
00010     <height>358</height>
00011    </rect>
00012   </property>
00013   <property name="windowTitle">
00014    <string>Selección de tamaño del álbum</string>
00015   </property>
00016   <property name="windowIcon">
00017    <iconset>
00018     <normaloff>../../../data/iconlargue.png</normaloff>../../../data/iconlargue.png</iconset>
00019   </property>
00020   <widget class="QRadioButton" name="radioButtonClasico">
00021    <property name="geometry">
00022     <rect>
00023      <x>110</x>
00024      <y>60</y>
00025      <width>211</width>
00026      <height>22</height>
00027     </rect>
00028    </property>
00029    <property name="cursor">
00030     <cursorShape>PointingHandCursor</cursorShape>
00031    </property>
00032    <property name="mouseTracking">
00033     <bool>true</bool>
00034    </property>
00035    <property name="focusPolicy">
00036     <enum>Qt::NoFocus</enum>
00037    </property>
00038    <property name="styleSheet">
00039     <string notr="true"/>
00040    </property>
00041    <property name="text">
00042     <string>Tamaño Clásico 22 x 31 cm</string>
00043    </property>
00044    <property name="checkable">
00045     <bool>true</bool>
00046    </property>
00047   </widget>
00048   <widget class="QRadioButton" name="radioButtonMini">
00049    <property name="geometry">
00050     <rect>
00051      <x>110</x>
00052      <y>150</y>
00053      <width>211</width>
00054      <height>22</height>
00055     </rect>
00056    </property>
00057    <property name="cursor">
00058     <cursorShape>PointingHandCursor</cursorShape>
00059    </property>
00060    <property name="focusPolicy">
00061     <enum>Qt::NoFocus</enum>
00062    </property>
00063    <property name="contextMenuPolicy">
00064     <enum>Qt::NoContextMenu</enum>
00065    </property>
00066    <property name="autoFillBackground">
00067     <bool>true</bool>
00068    </property>
00069    <property name="styleSheet">
00070     <string notr="true"/>
00071    </property>
00072    <property name="text">
00073     <string>Tamaño Mini 16 x 22 cm</string>
00074    </property>
00075   </widget>
00076   <widget class="QRadioButton" name="radioButtonMaxi">
00077    <property name="geometry">
00078     <rect>
00079      <x>110</x>
00080      <y>240</y>
00081      <width>211</width>
00082      <height>22</height>
00083     </rect>
00084    </property>
00085    <property name="cursor">
00086     <cursorShape>PointingHandCursor</cursorShape>
00087    </property>
00088    <property name="focusPolicy">
00089     <enum>Qt::NoFocus</enum>
00090    </property>
00091    <property name="text">
00092     <string>Tamaño Maxi 29 x 41 cm</string>
00093    </property>
00094   </widget>
00095   <widget class="QPushButton" name="pushButtonSiguiente">
00096    <property name="enabled">
00097     <bool>false</bool>
00098    </property>
00099    <property name="geometry">
00100     <rect>
00101      <x>233</x>
00102      <y>320</y>
00103      <width>98</width>
00104      <height>27</height>
00105     </rect>
00106    </property>
00107    <property name="text">
00108     <string>&amp;Aceptar</string>
00109    </property>
00110   </widget>
00111   <widget class="QPushButton" name="pushButtonCancelar">
00112    <property name="geometry">
00113     <rect>
00114      <x>120</x>
00115      <y>320</y>
00116      <width>98</width>
00117      <height>27</height>
00118     </rect>
00119    </property>
00120    <property name="text">
00121     <string>&amp;Cancelar</string>
00122    </property>
00123   </widget>
00124   <widget class="QGraphicsView" name="viewClasico">
00125    <property name="geometry">
00126     <rect>
00127      <x>30</x>
00128      <y>40</y>
00129      <width>71</width>
00130      <height>81</height>
00131     </rect>
00132    </property>
00133    <property name="styleSheet">
00134     <string notr="true">background: transparent; border: none</string>
00135    </property>
00136   </widget>
00137   <widget class="QGroupBox" name="groupBox">
00138    <property name="geometry">
00139     <rect>
00140      <x>20</x>
00141      <y>20</y>
00142      <width>311</width>
00143      <height>281</height>
00144     </rect>
00145    </property>
00146    <property name="title">
00147     <string>Selecciona un tamaño</string>
00148    </property>
00149   </widget>
00150   <widget class="QGraphicsView" name="viewMini">
00151    <property name="geometry">
00152     <rect>
00153      <x>30</x>
00154      <y>130</y>
00155      <width>71</width>
00156      <height>81</height>
00157     </rect>
00158    </property>
00159    <property name="styleSheet">
00160     <string notr="true">background: transparent; border: none</string>
00161    </property>
00162   </widget>
00163   <widget class="QGraphicsView" name="viewMaxi">
00164    <property name="geometry">
00165     <rect>
00166      <x>30</x>
00167      <y>220</y>
00168      <width>71</width>
00169      <height>81</height>
00170     </rect>
00171    </property>
00172    <property name="styleSheet">
00173     <string notr="true">background: transparent; border: none</string>
00174    </property>
00175   </widget>
00176   <zorder>groupBox</zorder>
00177   <zorder>radioButtonClasico</zorder>
00178   <zorder>radioButtonMini</zorder>
00179   <zorder>radioButtonMaxi</zorder>
00180   <zorder>pushButtonSiguiente</zorder>
00181   <zorder>pushButtonCancelar</zorder>
00182   <zorder>viewClasico</zorder>
00183   <zorder>viewMini</zorder>
00184   <zorder>viewMaxi</zorder>
00185  </widget>
00186  <resources/>
00187  <connections>
00188   <connection>
00189    <sender>pushButtonSiguiente</sender>
00190    <signal>clicked()</signal>
00191    <receiver>DialogTamanno</receiver>
00192    <slot>LoadWH()</slot>
00193    <hints>
00194     <hint type="sourcelabel">
00195      <x>88</x>
00196      <y>253</y>
00197     </hint>
00198     <hint type="destinationlabel">
00199      <x>199</x>
00200      <y>140</y>
00201     </hint>
00202    </hints>
00203   </connection>
00204   <connection>
00205    <sender>pushButtonCancelar</sender>
00206    <signal>clicked()</signal>
00207    <receiver>DialogTamanno</receiver>
00208    <slot>close()</slot>
00209    <hints>
00210     <hint type="sourcelabel">
00211      <x>318</x>
00212      <y>253</y>
00213     </hint>
00214     <hint type="destinationlabel">
00215      <x>199</x>
00216      <y>140</y>
00217     </hint>
00218    </hints>
00219   </connection>
00220   <connection>
00221    <sender>radioButtonClasico</sender>
00222    <signal>clicked()</signal>
00223    <receiver>DialogTamanno</receiver>
00224    <slot>ActivarBotonSiguiente()</slot>
00225    <hints>
00226     <hint type="sourcelabel">
00227      <x>195</x>
00228      <y>75</y>
00229     </hint>
00230     <hint type="destinationlabel">
00231      <x>199</x>
00232      <y>140</y>
00233     </hint>
00234    </hints>
00235   </connection>
00236   <connection>
00237    <sender>radioButtonMaxi</sender>
00238    <signal>clicked()</signal>
00239    <receiver>DialogTamanno</receiver>
00240    <slot>ActivarBotonSiguiente()</slot>
00241    <hints>
00242     <hint type="sourcelabel">
00243      <x>185</x>
00244      <y>190</y>
00245     </hint>
00246     <hint type="destinationlabel">
00247      <x>199</x>
00248      <y>140</y>
00249     </hint>
00250    </hints>
00251   </connection>
00252   <connection>
00253    <sender>radioButtonMini</sender>
00254    <signal>clicked()</signal>
00255    <receiver>DialogTamanno</receiver>
00256    <slot>ActivarBotonSiguiente()</slot>
00257    <hints>
00258     <hint type="sourcelabel">
00259      <x>185</x>
00260      <y>130</y>
00261     </hint>
00262     <hint type="destinationlabel">
00263      <x>199</x>
00264      <y>140</y>
00265     </hint>
00266    </hints>
00267   </connection>
00268  </connections>
00269  <slots>
00270   <slot>LoadWH()</slot>
00271   <slot>ActivarBotonSiguiente()</slot>
00272  </slots>
00273 </ui>
 Todo Clases Archivos Funciones Variables