OpenAlbum 1.0.b

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

00001 <?xml version="1.0" encoding="UTF-8"?>
00002 <ui version="4.0">
00003  <class>tamannoWizard</class>
00004  <widget class="QWizardPage" name="tamannoWizard">
00005   <property name="geometry">
00006    <rect>
00007     <x>0</x>
00008     <y>0</y>
00009     <width>430</width>
00010     <height>294</height>
00011    </rect>
00012   </property>
00013   <property name="windowTitle">
00014    <string>WizardPage</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="radioButtonMaxi">
00021    <property name="geometry">
00022     <rect>
00023      <x>180</x>
00024      <y>200</y>
00025      <width>191</width>
00026      <height>22</height>
00027     </rect>
00028    </property>
00029    <property name="cursor">
00030     <cursorShape>PointingHandCursor</cursorShape>
00031    </property>
00032    <property name="focusPolicy">
00033     <enum>Qt::NoFocus</enum>
00034    </property>
00035    <property name="text">
00036     <string>Tamaño Maxi 29 x 41 cm</string>
00037    </property>
00038   </widget>
00039   <widget class="QRadioButton" name="radioButtonClasico">
00040    <property name="geometry">
00041     <rect>
00042      <x>180</x>
00043      <y>40</y>
00044      <width>201</width>
00045      <height>21</height>
00046     </rect>
00047    </property>
00048    <property name="cursor">
00049     <cursorShape>PointingHandCursor</cursorShape>
00050    </property>
00051    <property name="focusPolicy">
00052     <enum>Qt::NoFocus</enum>
00053    </property>
00054    <property name="text">
00055     <string>Tamaño Clásico 22 x 31 cm</string>
00056    </property>
00057   </widget>
00058   <widget class="QRadioButton" name="radioButtonMini">
00059    <property name="geometry">
00060     <rect>
00061      <x>180</x>
00062      <y>120</y>
00063      <width>191</width>
00064      <height>22</height>
00065     </rect>
00066    </property>
00067    <property name="cursor">
00068     <cursorShape>PointingHandCursor</cursorShape>
00069    </property>
00070    <property name="focusPolicy">
00071     <enum>Qt::NoFocus</enum>
00072    </property>
00073    <property name="text">
00074     <string>Tamaño Mini 16 x 22 cm</string>
00075    </property>
00076   </widget>
00077   <widget class="QGroupBox" name="groupBox">
00078    <property name="geometry">
00079     <rect>
00080      <x>90</x>
00081      <y>0</y>
00082      <width>311</width>
00083      <height>261</height>
00084     </rect>
00085    </property>
00086    <property name="title">
00087     <string>Selecciona un tamaño</string>
00088    </property>
00089   </widget>
00090   <widget class="QGraphicsView" name="viewMaxi">
00091    <property name="geometry">
00092     <rect>
00093      <x>100</x>
00094      <y>180</y>
00095      <width>71</width>
00096      <height>81</height>
00097     </rect>
00098    </property>
00099    <property name="styleSheet">
00100     <string notr="true">background: transparent; border: none</string>
00101    </property>
00102   </widget>
00103   <widget class="QGraphicsView" name="viewMini">
00104    <property name="geometry">
00105     <rect>
00106      <x>100</x>
00107      <y>100</y>
00108      <width>71</width>
00109      <height>81</height>
00110     </rect>
00111    </property>
00112    <property name="styleSheet">
00113     <string notr="true">background: transparent; border: none</string>
00114    </property>
00115   </widget>
00116   <widget class="QGraphicsView" name="viewClasico">
00117    <property name="geometry">
00118     <rect>
00119      <x>100</x>
00120      <y>20</y>
00121      <width>71</width>
00122      <height>81</height>
00123     </rect>
00124    </property>
00125    <property name="styleSheet">
00126     <string notr="true">background: transparent; border: none</string>
00127    </property>
00128   </widget>
00129   <zorder>groupBox</zorder>
00130   <zorder>viewClasico</zorder>
00131   <zorder>viewMini</zorder>
00132   <zorder>viewMaxi</zorder>
00133   <zorder>radioButtonMaxi</zorder>
00134   <zorder>radioButtonClasico</zorder>
00135   <zorder>radioButtonMini</zorder>
00136  </widget>
00137  <resources/>
00138  <connections>
00139   <connection>
00140    <sender>radioButtonClasico</sender>
00141    <signal>clicked()</signal>
00142    <receiver>tamannoWizard</receiver>
00143    <slot>seleccionarTamClasico()</slot>
00144    <hints>
00145     <hint type="sourcelabel">
00146      <x>225</x>
00147      <y>55</y>
00148     </hint>
00149     <hint type="destinationlabel">
00150      <x>199</x>
00151      <y>146</y>
00152     </hint>
00153    </hints>
00154   </connection>
00155   <connection>
00156    <sender>radioButtonMini</sender>
00157    <signal>clicked()</signal>
00158    <receiver>tamannoWizard</receiver>
00159    <slot>seleccionarTamMini()</slot>
00160    <hints>
00161     <hint type="sourcelabel">
00162      <x>230</x>
00163      <y>150</y>
00164     </hint>
00165     <hint type="destinationlabel">
00166      <x>199</x>
00167      <y>146</y>
00168     </hint>
00169    </hints>
00170   </connection>
00171   <connection>
00172    <sender>radioButtonMaxi</sender>
00173    <signal>clicked()</signal>
00174    <receiver>tamannoWizard</receiver>
00175    <slot>seleccionarTamMaxi()</slot>
00176    <hints>
00177     <hint type="sourcelabel">
00178      <x>215</x>
00179      <y>240</y>
00180     </hint>
00181     <hint type="destinationlabel">
00182      <x>199</x>
00183      <y>146</y>
00184     </hint>
00185    </hints>
00186   </connection>
00187  </connections>
00188  <slots>
00189   <slot>seleccionarTamClasico()</slot>
00190   <slot>seleccionarTamMini()</slot>
00191   <slot>seleccionarTamMaxi()</slot>
00192  </slots>
00193 </ui>
 Todo Clases Archivos Funciones Variables