![]() |
OpenAlbum 1.0.b
|
00001 <?xml version="1.0" encoding="UTF-8"?> 00002 <ui version="4.0"> 00003 <class>DialogCreacionPaginas</class> 00004 <widget class="QDialog" name="DialogCreacionPaginas"> 00005 <property name="geometry"> 00006 <rect> 00007 <x>0</x> 00008 <y>0</y> 00009 <width>478</width> 00010 <height>466</height> 00011 </rect> 00012 </property> 00013 <property name="windowTitle"> 00014 <string>Modo de creación de páginas</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="radioAutoAle"> 00021 <property name="geometry"> 00022 <rect> 00023 <x>20</x> 00024 <y>120</y> 00025 <width>441</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>Crear páginas automaticamente (plantillas y fondos aleatorios)</string> 00037 </property> 00038 </widget> 00039 <widget class="QRadioButton" name="radioAutoFija"> 00040 <property name="geometry"> 00041 <rect> 00042 <x>20</x> 00043 <y>230</y> 00044 <width>441</width> 00045 <height>22</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>Crear páginas automaticamente (plantilla fija)</string> 00056 </property> 00057 </widget> 00058 <widget class="QRadioButton" name="radioPersonalizada"> 00059 <property name="geometry"> 00060 <rect> 00061 <x>20</x> 00062 <y>20</y> 00063 <width>441</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>Crear páginas personalizadas (plantilla para cada página)</string> 00075 </property> 00076 </widget> 00077 <widget class="QPushButton" name="pushSiguiente"> 00078 <property name="enabled"> 00079 <bool>false</bool> 00080 </property> 00081 <property name="geometry"> 00082 <rect> 00083 <x>365</x> 00084 <y>430</y> 00085 <width>98</width> 00086 <height>27</height> 00087 </rect> 00088 </property> 00089 <property name="text"> 00090 <string>&Siguiente</string> 00091 </property> 00092 </widget> 00093 <widget class="QPushButton" name="pushCancelar"> 00094 <property name="geometry"> 00095 <rect> 00096 <x>10</x> 00097 <y>430</y> 00098 <width>98</width> 00099 <height>27</height> 00100 </rect> 00101 </property> 00102 <property name="text"> 00103 <string>&Cancelar</string> 00104 </property> 00105 </widget> 00106 <widget class="QGraphicsView" name="VisualizarPlantilla"> 00107 <property name="enabled"> 00108 <bool>false</bool> 00109 </property> 00110 <property name="geometry"> 00111 <rect> 00112 <x>30</x> 00113 <y>308</y> 00114 <width>136</width> 00115 <height>101</height> 00116 </rect> 00117 </property> 00118 <property name="styleSheet"> 00119 <string notr="true">background: transparent; border: none</string> 00120 </property> 00121 <property name="verticalScrollBarPolicy"> 00122 <enum>Qt::ScrollBarAlwaysOff</enum> 00123 </property> 00124 <property name="horizontalScrollBarPolicy"> 00125 <enum>Qt::ScrollBarAlwaysOff</enum> 00126 </property> 00127 </widget> 00128 <widget class="QTreeWidget" name="SelectorPlantilla"> 00129 <property name="enabled"> 00130 <bool>false</bool> 00131 </property> 00132 <property name="geometry"> 00133 <rect> 00134 <x>185</x> 00135 <y>309</y> 00136 <width>261</width> 00137 <height>101</height> 00138 </rect> 00139 </property> 00140 <column> 00141 <property name="text"> 00142 <string>Plantilla</string> 00143 </property> 00144 </column> 00145 <column> 00146 <property name="text"> 00147 <string>Editable</string> 00148 </property> 00149 </column> 00150 </widget> 00151 <widget class="QPushButton" name="pushIntroTexto"> 00152 <property name="enabled"> 00153 <bool>false</bool> 00154 </property> 00155 <property name="geometry"> 00156 <rect> 00157 <x>245</x> 00158 <y>430</y> 00159 <width>101</width> 00160 <height>27</height> 00161 </rect> 00162 </property> 00163 <property name="text"> 00164 <string>&Texto</string> 00165 </property> 00166 </widget> 00167 <widget class="QPushButton" name="pushFondo"> 00168 <property name="enabled"> 00169 <bool>false</bool> 00170 </property> 00171 <property name="geometry"> 00172 <rect> 00173 <x>125</x> 00174 <y>430</y> 00175 <width>98</width> 00176 <height>27</height> 00177 </rect> 00178 </property> 00179 <property name="text"> 00180 <string>&Fondo</string> 00181 </property> 00182 </widget> 00183 <widget class="QGroupBox" name="groupBox"> 00184 <property name="geometry"> 00185 <rect> 00186 <x>10</x> 00187 <y>10</y> 00188 <width>451</width> 00189 <height>91</height> 00190 </rect> 00191 </property> 00192 <property name="title"> 00193 <string/> 00194 </property> 00195 <widget class="QLabel" name="label"> 00196 <property name="enabled"> 00197 <bool>false</bool> 00198 </property> 00199 <property name="geometry"> 00200 <rect> 00201 <x>20</x> 00202 <y>35</y> 00203 <width>421</width> 00204 <height>51</height> 00205 </rect> 00206 </property> 00207 <property name="text"> 00208 <string>Si seleccionas este modo podrás crear cada página de forma personalizada y con las distintas plantillas que vayas eligiendo, para cada página.</string> 00209 </property> 00210 <property name="wordWrap"> 00211 <bool>true</bool> 00212 </property> 00213 </widget> 00214 </widget> 00215 <widget class="QGroupBox" name="groupBoxAleatorio"> 00216 <property name="geometry"> 00217 <rect> 00218 <x>10</x> 00219 <y>110</y> 00220 <width>451</width> 00221 <height>101</height> 00222 </rect> 00223 </property> 00224 <property name="title"> 00225 <string/> 00226 </property> 00227 <widget class="QLabel" name="labelAleatorio"> 00228 <property name="enabled"> 00229 <bool>false</bool> 00230 </property> 00231 <property name="geometry"> 00232 <rect> 00233 <x>20</x> 00234 <y>40</y> 00235 <width>421</width> 00236 <height>51</height> 00237 </rect> 00238 </property> 00239 <property name="text"> 00240 <string>Si seleccionas este modo podrás crear las páginas de forma automática. El sistema escogerá para cada página una plantilla y color de fondo aleatorios.</string> 00241 </property> 00242 <property name="wordWrap"> 00243 <bool>true</bool> 00244 </property> 00245 </widget> 00246 </widget> 00247 <widget class="QGroupBox" name="groupBoxFija"> 00248 <property name="geometry"> 00249 <rect> 00250 <x>10</x> 00251 <y>220</y> 00252 <width>451</width> 00253 <height>201</height> 00254 </rect> 00255 </property> 00256 <property name="title"> 00257 <string/> 00258 </property> 00259 <widget class="QLabel" name="labelFija"> 00260 <property name="enabled"> 00261 <bool>false</bool> 00262 </property> 00263 <property name="geometry"> 00264 <rect> 00265 <x>20</x> 00266 <y>30</y> 00267 <width>421</width> 00268 <height>51</height> 00269 </rect> 00270 </property> 00271 <property name="text"> 00272 <string>Si seleccionas este modo podrás crear todas las páginas, con la misma plantilla y fondo que elijas de forma automática.</string> 00273 </property> 00274 <property name="wordWrap"> 00275 <bool>true</bool> 00276 </property> 00277 </widget> 00278 </widget> 00279 <zorder>groupBoxFija</zorder> 00280 <zorder>groupBoxAleatorio</zorder> 00281 <zorder>groupBox</zorder> 00282 <zorder>radioAutoAle</zorder> 00283 <zorder>radioAutoFija</zorder> 00284 <zorder>radioPersonalizada</zorder> 00285 <zorder>pushSiguiente</zorder> 00286 <zorder>pushCancelar</zorder> 00287 <zorder>VisualizarPlantilla</zorder> 00288 <zorder>SelectorPlantilla</zorder> 00289 <zorder>pushIntroTexto</zorder> 00290 <zorder>pushFondo</zorder> 00291 </widget> 00292 <resources/> 00293 <connections> 00294 <connection> 00295 <sender>radioAutoFija</sender> 00296 <signal>pressed()</signal> 00297 <receiver>DialogCreacionPaginas</receiver> 00298 <slot>ActivarSeleccionPlantilla()</slot> 00299 <hints> 00300 <hint type="sourcelabel"> 00301 <x>275</x> 00302 <y>100</y> 00303 </hint> 00304 <hint type="destinationlabel"> 00305 <x>224</x> 00306 <y>143</y> 00307 </hint> 00308 </hints> 00309 </connection> 00310 <connection> 00311 <sender>radioAutoAle</sender> 00312 <signal>pressed()</signal> 00313 <receiver>DialogCreacionPaginas</receiver> 00314 <slot>DesactivarSeleccionPlantilla()</slot> 00315 <hints> 00316 <hint type="sourcelabel"> 00317 <x>270</x> 00318 <y>70</y> 00319 </hint> 00320 <hint type="destinationlabel"> 00321 <x>224</x> 00322 <y>143</y> 00323 </hint> 00324 </hints> 00325 </connection> 00326 <connection> 00327 <sender>radioPersonalizada</sender> 00328 <signal>pressed()</signal> 00329 <receiver>DialogCreacionPaginas</receiver> 00330 <slot>DesactivarSeleccionPlantilla()</slot> 00331 <hints> 00332 <hint type="sourcelabel"> 00333 <x>300</x> 00334 <y>40</y> 00335 </hint> 00336 <hint type="destinationlabel"> 00337 <x>224</x> 00338 <y>143</y> 00339 </hint> 00340 </hints> 00341 </connection> 00342 <connection> 00343 <sender>SelectorPlantilla</sender> 00344 <signal>itemSelectionChanged()</signal> 00345 <receiver>DialogCreacionPaginas</receiver> 00346 <slot>ActivarVisualizacionPlantilla()</slot> 00347 <hints> 00348 <hint type="sourcelabel"> 00349 <x>305</x> 00350 <y>180</y> 00351 </hint> 00352 <hint type="destinationlabel"> 00353 <x>224</x> 00354 <y>143</y> 00355 </hint> 00356 </hints> 00357 </connection> 00358 <connection> 00359 <sender>pushSiguiente</sender> 00360 <signal>clicked()</signal> 00361 <receiver>DialogCreacionPaginas</receiver> 00362 <slot>EstablecerTipoPagina()</slot> 00363 <hints> 00364 <hint type="sourcelabel"> 00365 <x>378</x> 00366 <y>263</y> 00367 </hint> 00368 <hint type="destinationlabel"> 00369 <x>224</x> 00370 <y>143</y> 00371 </hint> 00372 </hints> 00373 </connection> 00374 <connection> 00375 <sender>pushFondo</sender> 00376 <signal>clicked()</signal> 00377 <receiver>DialogCreacionPaginas</receiver> 00378 <slot>EstablecerFondo()</slot> 00379 <hints> 00380 <hint type="sourcelabel"> 00381 <x>178</x> 00382 <y>263</y> 00383 </hint> 00384 <hint type="destinationlabel"> 00385 <x>240</x> 00386 <y>143</y> 00387 </hint> 00388 </hints> 00389 </connection> 00390 <connection> 00391 <sender>pushIntroTexto</sender> 00392 <signal>clicked()</signal> 00393 <receiver>DialogCreacionPaginas</receiver> 00394 <slot>PushTexto()</slot> 00395 <hints> 00396 <hint type="sourcelabel"> 00397 <x>300</x> 00398 <y>263</y> 00399 </hint> 00400 <hint type="destinationlabel"> 00401 <x>240</x> 00402 <y>143</y> 00403 </hint> 00404 </hints> 00405 </connection> 00406 <connection> 00407 <sender>pushCancelar</sender> 00408 <signal>clicked()</signal> 00409 <receiver>DialogCreacionPaginas</receiver> 00410 <slot>close()</slot> 00411 <hints> 00412 <hint type="sourcelabel"> 00413 <x>58</x> 00414 <y>263</y> 00415 </hint> 00416 <hint type="destinationlabel"> 00417 <x>240</x> 00418 <y>143</y> 00419 </hint> 00420 </hints> 00421 </connection> 00422 </connections> 00423 <slots> 00424 <slot>ActivarSeleccionPlantilla()</slot> 00425 <slot>DesactivarSeleccionPlantilla()</slot> 00426 <slot>ActivarVisualizacionPlantilla()</slot> 00427 <slot>EstablecerTipoPagina()</slot> 00428 <slot>EstablecerFondo()</slot> 00429 <slot>PushTexto()</slot> 00430 </slots> 00431 </ui>