![]() |
OpenAlbum 1.0.b
|
00001 <?xml version="1.0" encoding="UTF-8"?> 00002 <ui version="4.0"> 00003 <class>DialogOrdenPersonalizado</class> 00004 <widget class="QDialog" name="DialogOrdenPersonalizado"> 00005 <property name="geometry"> 00006 <rect> 00007 <x>0</x> 00008 <y>0</y> 00009 <width>387</width> 00010 <height>308</height> 00011 </rect> 00012 </property> 00013 <property name="windowTitle"> 00014 <string>Establecer orden personalizado</string> 00015 </property> 00016 <property name="windowIcon"> 00017 <iconset> 00018 <normaloff>../../../data/iconlargue.png</normaloff>../../../data/iconlargue.png</iconset> 00019 </property> 00020 <widget class="QTreeWidget" name="ListaImagenes"> 00021 <property name="geometry"> 00022 <rect> 00023 <x>40</x> 00024 <y>90</y> 00025 <width>251</width> 00026 <height>161</height> 00027 </rect> 00028 </property> 00029 <column> 00030 <property name="text"> 00031 <string>Nombre</string> 00032 </property> 00033 </column> 00034 </widget> 00035 <widget class="QPushButton" name="pushTerminar"> 00036 <property name="geometry"> 00037 <rect> 00038 <x>275</x> 00039 <y>270</y> 00040 <width>98</width> 00041 <height>27</height> 00042 </rect> 00043 </property> 00044 <property name="text"> 00045 <string>&Aceptar</string> 00046 </property> 00047 </widget> 00048 <widget class="QGroupBox" name="groupBox"> 00049 <property name="geometry"> 00050 <rect> 00051 <x>10</x> 00052 <y>10</y> 00053 <width>361</width> 00054 <height>251</height> 00055 </rect> 00056 </property> 00057 <property name="title"> 00058 <string>Establece un orden</string> 00059 </property> 00060 <widget class="QToolButton" name="upButton"> 00061 <property name="geometry"> 00062 <rect> 00063 <x>300</x> 00064 <y>110</y> 00065 <width>41</width> 00066 <height>51</height> 00067 </rect> 00068 </property> 00069 <property name="text"> 00070 <string>Up</string> 00071 </property> 00072 <property name="icon"> 00073 <iconset> 00074 <normaloff>../../../data/icon_flecha_up.png</normaloff>../../../data/icon_flecha_up.png</iconset> 00075 </property> 00076 <property name="iconSize"> 00077 <size> 00078 <width>50</width> 00079 <height>50</height> 00080 </size> 00081 </property> 00082 </widget> 00083 <widget class="QToolButton" name="DownButton"> 00084 <property name="geometry"> 00085 <rect> 00086 <x>300</x> 00087 <y>170</y> 00088 <width>41</width> 00089 <height>51</height> 00090 </rect> 00091 </property> 00092 <property name="text"> 00093 <string>Down</string> 00094 </property> 00095 <property name="icon"> 00096 <iconset> 00097 <normaloff>../../../data/icon_flecha_down.png</normaloff>../../../data/icon_flecha_down.png</iconset> 00098 </property> 00099 <property name="iconSize"> 00100 <size> 00101 <width>50</width> 00102 <height>50</height> 00103 </size> 00104 </property> 00105 </widget> 00106 <widget class="QLabel" name="label"> 00107 <property name="geometry"> 00108 <rect> 00109 <x>20</x> 00110 <y>30</y> 00111 <width>341</width> 00112 <height>41</height> 00113 </rect> 00114 </property> 00115 <property name="text"> 00116 <string>Selecciona la foto que deseas cambiar de posición, y utiliza las flechas para alterar su orden.</string> 00117 </property> 00118 <property name="wordWrap"> 00119 <bool>true</bool> 00120 </property> 00121 </widget> 00122 </widget> 00123 <widget class="QPushButton" name="pushCancelar"> 00124 <property name="geometry"> 00125 <rect> 00126 <x>160</x> 00127 <y>270</y> 00128 <width>98</width> 00129 <height>27</height> 00130 </rect> 00131 </property> 00132 <property name="text"> 00133 <string>&Cancelar</string> 00134 </property> 00135 </widget> 00136 <zorder>groupBox</zorder> 00137 <zorder>ListaImagenes</zorder> 00138 <zorder>pushTerminar</zorder> 00139 <zorder>pushCancelar</zorder> 00140 </widget> 00141 <resources/> 00142 <connections> 00143 <connection> 00144 <sender>pushTerminar</sender> 00145 <signal>clicked()</signal> 00146 <receiver>DialogOrdenPersonalizado</receiver> 00147 <slot>AcabarTarea()</slot> 00148 <hints> 00149 <hint type="sourcelabel"> 00150 <x>308</x> 00151 <y>213</y> 00152 </hint> 00153 <hint type="destinationlabel"> 00154 <x>186</x> 00155 <y>122</y> 00156 </hint> 00157 </hints> 00158 </connection> 00159 <connection> 00160 <sender>upButton</sender> 00161 <signal>clicked()</signal> 00162 <receiver>DialogOrdenPersonalizado</receiver> 00163 <slot>CambiarPosArriba()</slot> 00164 <hints> 00165 <hint type="sourcelabel"> 00166 <x>305</x> 00167 <y>165</y> 00168 </hint> 00169 <hint type="destinationlabel"> 00170 <x>186</x> 00171 <y>122</y> 00172 </hint> 00173 </hints> 00174 </connection> 00175 <connection> 00176 <sender>DownButton</sender> 00177 <signal>clicked()</signal> 00178 <receiver>DialogOrdenPersonalizado</receiver> 00179 <slot>CambiarPosAbajo()</slot> 00180 <hints> 00181 <hint type="sourcelabel"> 00182 <x>315</x> 00183 <y>122</y> 00184 </hint> 00185 <hint type="destinationlabel"> 00186 <x>186</x> 00187 <y>122</y> 00188 </hint> 00189 </hints> 00190 </connection> 00191 <connection> 00192 <sender>pushCancelar</sender> 00193 <signal>clicked()</signal> 00194 <receiver>DialogOrdenPersonalizado</receiver> 00195 <slot>CancelarTarea()</slot> 00196 <hints> 00197 <hint type="sourcelabel"> 00198 <x>208</x> 00199 <y>283</y> 00200 </hint> 00201 <hint type="destinationlabel"> 00202 <x>193</x> 00203 <y>153</y> 00204 </hint> 00205 </hints> 00206 </connection> 00207 </connections> 00208 <slots> 00209 <slot>AcabarTarea()</slot> 00210 <slot>CambiarPosArriba()</slot> 00211 <slot>CambiarPosAbajo()</slot> 00212 <slot>CancelarTarea()</slot> 00213 </slots> 00214 </ui>