OpenAlbum 1.0.b

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

00001 <?xml version="1.0" encoding="UTF-8"?>
00002 <ui version="4.0">
00003  <class>eleccionOrden</class>
00004  <widget class="QDialog" name="eleccionOrden">
00005   <property name="geometry">
00006    <rect>
00007     <x>0</x>
00008     <y>0</y>
00009     <width>358</width>
00010     <height>285</height>
00011    </rect>
00012   </property>
00013   <property name="windowTitle">
00014    <string>Elección de orden</string>
00015   </property>
00016   <property name="windowIcon">
00017    <iconset>
00018     <normaloff>../../../data/iconlargue.png</normaloff>../../../data/iconlargue.png</iconset>
00019   </property>
00020   <widget class="QPushButton" name="pushSiguiente">
00021    <property name="enabled">
00022     <bool>false</bool>
00023    </property>
00024    <property name="geometry">
00025     <rect>
00026      <x>243</x>
00027      <y>250</y>
00028      <width>98</width>
00029      <height>27</height>
00030     </rect>
00031    </property>
00032    <property name="text">
00033     <string>&amp;Siguiente</string>
00034    </property>
00035   </widget>
00036   <widget class="QPushButton" name="pushCancelar">
00037    <property name="geometry">
00038     <rect>
00039      <x>130</x>
00040      <y>250</y>
00041      <width>98</width>
00042      <height>27</height>
00043     </rect>
00044    </property>
00045    <property name="text">
00046     <string>&amp;Cancelar</string>
00047    </property>
00048   </widget>
00049   <widget class="QRadioButton" name="OrdenAlfabetico">
00050    <property name="geometry">
00051     <rect>
00052      <x>80</x>
00053      <y>45</y>
00054      <width>251</width>
00055      <height>22</height>
00056     </rect>
00057    </property>
00058    <property name="cursor">
00059     <cursorShape>PointingHandCursor</cursorShape>
00060    </property>
00061    <property name="focusPolicy">
00062     <enum>Qt::NoFocus</enum>
00063    </property>
00064    <property name="text">
00065     <string>Por orden alfabético</string>
00066    </property>
00067   </widget>
00068   <widget class="QRadioButton" name="OrdenFechasCreciente">
00069    <property name="geometry">
00070     <rect>
00071      <x>80</x>
00072      <y>95</y>
00073      <width>251</width>
00074      <height>22</height>
00075     </rect>
00076    </property>
00077    <property name="cursor">
00078     <cursorShape>PointingHandCursor</cursorShape>
00079    </property>
00080    <property name="focusPolicy">
00081     <enum>Qt::NoFocus</enum>
00082    </property>
00083    <property name="text">
00084     <string>Por orden de fechas (creciente)</string>
00085    </property>
00086   </widget>
00087   <widget class="QRadioButton" name="OrdenFechasDecreciente">
00088    <property name="geometry">
00089     <rect>
00090      <x>80</x>
00091      <y>145</y>
00092      <width>251</width>
00093      <height>22</height>
00094     </rect>
00095    </property>
00096    <property name="cursor">
00097     <cursorShape>PointingHandCursor</cursorShape>
00098    </property>
00099    <property name="focusPolicy">
00100     <enum>Qt::NoFocus</enum>
00101    </property>
00102    <property name="text">
00103     <string>Por orden de fechas (decreciente)</string>
00104    </property>
00105   </widget>
00106   <widget class="QRadioButton" name="OrdenPersonalizado">
00107    <property name="geometry">
00108     <rect>
00109      <x>80</x>
00110      <y>195</y>
00111      <width>251</width>
00112      <height>22</height>
00113     </rect>
00114    </property>
00115    <property name="cursor">
00116     <cursorShape>PointingHandCursor</cursorShape>
00117    </property>
00118    <property name="focusPolicy">
00119     <enum>Qt::NoFocus</enum>
00120    </property>
00121    <property name="text">
00122     <string>Por orden personalizado</string>
00123    </property>
00124   </widget>
00125   <widget class="QGroupBox" name="groupBox">
00126    <property name="geometry">
00127     <rect>
00128      <x>10</x>
00129      <y>10</y>
00130      <width>331</width>
00131      <height>231</height>
00132     </rect>
00133    </property>
00134    <property name="title">
00135     <string>Ordenar fotos</string>
00136    </property>
00137    <widget class="QGraphicsView" name="viewAlfabeticamente">
00138     <property name="geometry">
00139      <rect>
00140       <x>30</x>
00141       <y>35</y>
00142       <width>30</width>
00143       <height>24</height>
00144      </rect>
00145     </property>
00146     <property name="styleSheet">
00147      <string notr="true">background: transparent; border: none</string>
00148     </property>
00149    </widget>
00150    <widget class="QGraphicsView" name="viewCreciente">
00151     <property name="geometry">
00152      <rect>
00153       <x>30</x>
00154       <y>85</y>
00155       <width>30</width>
00156       <height>24</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="viewDecreciente">
00164     <property name="geometry">
00165      <rect>
00166       <x>30</x>
00167       <y>135</y>
00168       <width>30</width>
00169       <height>24</height>
00170      </rect>
00171     </property>
00172     <property name="styleSheet">
00173      <string notr="true">background: transparent; border: none</string>
00174     </property>
00175    </widget>
00176    <widget class="QGraphicsView" name="viewPersonalizado">
00177     <property name="geometry">
00178      <rect>
00179       <x>30</x>
00180       <y>185</y>
00181       <width>30</width>
00182       <height>24</height>
00183      </rect>
00184     </property>
00185     <property name="styleSheet">
00186      <string notr="true">background: transparent; border: none</string>
00187     </property>
00188    </widget>
00189   </widget>
00190   <zorder>groupBox</zorder>
00191   <zorder>pushSiguiente</zorder>
00192   <zorder>pushCancelar</zorder>
00193   <zorder>OrdenAlfabetico</zorder>
00194   <zorder>OrdenFechasCreciente</zorder>
00195   <zorder>OrdenFechasDecreciente</zorder>
00196   <zorder>OrdenPersonalizado</zorder>
00197  </widget>
00198  <resources/>
00199  <connections>
00200   <connection>
00201    <sender>OrdenAlfabetico</sender>
00202    <signal>clicked()</signal>
00203    <receiver>eleccionOrden</receiver>
00204    <slot>ActivarBotonSiguiente()</slot>
00205    <hints>
00206     <hint type="sourcelabel">
00207      <x>110</x>
00208      <y>90</y>
00209     </hint>
00210     <hint type="destinationlabel">
00211      <x>145</x>
00212      <y>130</y>
00213     </hint>
00214    </hints>
00215   </connection>
00216   <connection>
00217    <sender>OrdenFechasCreciente</sender>
00218    <signal>clicked()</signal>
00219    <receiver>eleccionOrden</receiver>
00220    <slot>ActivarBotonSiguiente()</slot>
00221    <hints>
00222     <hint type="sourcelabel">
00223      <x>140</x>
00224      <y>120</y>
00225     </hint>
00226     <hint type="destinationlabel">
00227      <x>145</x>
00228      <y>130</y>
00229     </hint>
00230    </hints>
00231   </connection>
00232   <connection>
00233    <sender>OrdenFechasDecreciente</sender>
00234    <signal>clicked()</signal>
00235    <receiver>eleccionOrden</receiver>
00236    <slot>ActivarBotonSiguiente()</slot>
00237    <hints>
00238     <hint type="sourcelabel">
00239      <x>145</x>
00240      <y>150</y>
00241     </hint>
00242     <hint type="destinationlabel">
00243      <x>145</x>
00244      <y>130</y>
00245     </hint>
00246    </hints>
00247   </connection>
00248   <connection>
00249    <sender>OrdenPersonalizado</sender>
00250    <signal>clicked()</signal>
00251    <receiver>eleccionOrden</receiver>
00252    <slot>ActivarBotonSiguiente()</slot>
00253    <hints>
00254     <hint type="sourcelabel">
00255      <x>145</x>
00256      <y>180</y>
00257     </hint>
00258     <hint type="destinationlabel">
00259      <x>145</x>
00260      <y>130</y>
00261     </hint>
00262    </hints>
00263   </connection>
00264   <connection>
00265    <sender>pushSiguiente</sender>
00266    <signal>clicked()</signal>
00267    <receiver>eleccionOrden</receiver>
00268    <slot>SetTipoOrden()</slot>
00269    <hints>
00270     <hint type="sourcelabel">
00271      <x>218</x>
00272      <y>223</y>
00273     </hint>
00274     <hint type="destinationlabel">
00275      <x>145</x>
00276      <y>125</y>
00277     </hint>
00278    </hints>
00279   </connection>
00280   <connection>
00281    <sender>pushCancelar</sender>
00282    <signal>clicked()</signal>
00283    <receiver>eleccionOrden</receiver>
00284    <slot>close()</slot>
00285    <hints>
00286     <hint type="sourcelabel">
00287      <x>68</x>
00288      <y>223</y>
00289     </hint>
00290     <hint type="destinationlabel">
00291      <x>145</x>
00292      <y>125</y>
00293     </hint>
00294    </hints>
00295   </connection>
00296  </connections>
00297  <slots>
00298   <slot>ActivarBotonSiguiente()</slot>
00299   <slot>SetTipoOrden()</slot>
00300  </slots>
00301 </ui>
 Todo Clases Archivos Funciones Variables