OpenAlbum 1.0.b

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

00001 <?xml version="1.0" encoding="UTF-8"?>
00002 <ui version="4.0">
00003  <class>FormPrincipal</class>
00004  <widget class="QMainWindow" name="FormPrincipal">
00005   <property name="geometry">
00006    <rect>
00007     <x>0</x>
00008     <y>0</y>
00009     <width>986</width>
00010     <height>682</height>
00011    </rect>
00012   </property>
00013   <property name="windowTitle">
00014    <string>oPen Album 1.0.</string>
00015   </property>
00016   <property name="windowIcon">
00017    <iconset>
00018     <normaloff>../../../data/iconlargue.png</normaloff>../../../data/iconlargue.png</iconset>
00019   </property>
00020   <widget class="QWidget" name="centralWidget">
00021    <property name="enabled">
00022     <bool>true</bool>
00023    </property>
00024    <widget class="QTreeWidget" name="treeWidget">
00025     <property name="geometry">
00026      <rect>
00027       <x>20</x>
00028       <y>490</y>
00029       <width>951</width>
00030       <height>131</height>
00031      </rect>
00032     </property>
00033     <property name="statusTip">
00034      <string>Permite navegar por las fotos añadidas al álbum.</string>
00035     </property>
00036     <property name="verticalScrollBarPolicy">
00037      <enum>Qt::ScrollBarAlwaysOn</enum>
00038     </property>
00039     <property name="horizontalScrollBarPolicy">
00040      <enum>Qt::ScrollBarAlwaysOn</enum>
00041     </property>
00042     <property name="dragEnabled">
00043      <bool>true</bool>
00044     </property>
00045     <property name="selectionMode">
00046      <enum>QAbstractItemView::SingleSelection</enum>
00047     </property>
00048     <property name="indentation">
00049      <number>0</number>
00050     </property>
00051     <property name="wordWrap">
00052      <bool>true</bool>
00053     </property>
00054     <property name="columnCount">
00055      <number>6</number>
00056     </property>
00057     <attribute name="headerCascadingSectionResizes">
00058      <bool>true</bool>
00059     </attribute>
00060     <attribute name="headerDefaultSectionSize">
00061      <number>140</number>
00062     </attribute>
00063     <attribute name="headerMinimumSectionSize">
00064      <number>5</number>
00065     </attribute>
00066     <attribute name="headerShowSortIndicator" stdset="0">
00067      <bool>false</bool>
00068     </attribute>
00069     <column>
00070      <property name="text">
00071       <string>Selección</string>
00072      </property>
00073     </column>
00074     <column>
00075      <property name="text">
00076       <string>Archivo</string>
00077      </property>
00078     </column>
00079     <column>
00080      <property name="text">
00081       <string>Tipo</string>
00082      </property>
00083     </column>
00084     <column>
00085      <property name="text">
00086       <string>Tamaño</string>
00087      </property>
00088     </column>
00089     <column>
00090      <property name="text">
00091       <string>Fecha</string>
00092      </property>
00093     </column>
00094     <column>
00095      <property name="text">
00096       <string>Ruta</string>
00097      </property>
00098     </column>
00099    </widget>
00100    <widget class="QGraphicsView" name="imagePreview">
00101     <property name="geometry">
00102      <rect>
00103       <x>190</x>
00104       <y>318</y>
00105       <width>201</width>
00106       <height>155</height>
00107      </rect>
00108     </property>
00109     <property name="maximumSize">
00110      <size>
00111       <width>300</width>
00112       <height>430</height>
00113      </size>
00114     </property>
00115     <property name="statusTip">
00116      <string>Muestra la vista previa de la imagen seleccionada.</string>
00117     </property>
00118     <property name="verticalScrollBarPolicy">
00119      <enum>Qt::ScrollBarAlwaysOff</enum>
00120     </property>
00121     <property name="horizontalScrollBarPolicy">
00122      <enum>Qt::ScrollBarAlwaysOff</enum>
00123     </property>
00124    </widget>
00125    <widget class="QGraphicsView" name="visorAlbum">
00126     <property name="geometry">
00127      <rect>
00128       <x>414</x>
00129       <y>34</y>
00130       <width>575</width>
00131       <height>399</height>
00132      </rect>
00133     </property>
00134     <property name="statusTip">
00135      <string>Muestra la vista previa del álbum.</string>
00136     </property>
00137     <property name="verticalScrollBarPolicy">
00138      <enum>Qt::ScrollBarAlwaysOff</enum>
00139     </property>
00140     <property name="horizontalScrollBarPolicy">
00141      <enum>Qt::ScrollBarAlwaysOff</enum>
00142     </property>
00143    </widget>
00144    <widget class="QTreeWidget" name="selectorPlantilla">
00145     <property name="geometry">
00146      <rect>
00147       <x>190</x>
00148       <y>70</y>
00149       <width>201</width>
00150       <height>111</height>
00151      </rect>
00152     </property>
00153     <property name="statusTip">
00154      <string>Muestra las posibles plantillas a elegir para la portada del álbum.</string>
00155     </property>
00156     <column>
00157      <property name="text">
00158       <string>Plantilla</string>
00159      </property>
00160     </column>
00161     <column>
00162      <property name="text">
00163       <string>Editable</string>
00164      </property>
00165     </column>
00166    </widget>
00167    <widget class="QGraphicsView" name="plantillaPreview">
00168     <property name="geometry">
00169      <rect>
00170       <x>35</x>
00171       <y>40</y>
00172       <width>127</width>
00173       <height>104</height>
00174      </rect>
00175     </property>
00176     <property name="statusTip">
00177      <string>Muestra la vista previa de la plantilla seleccionada.</string>
00178     </property>
00179     <property name="styleSheet">
00180      <string notr="true">background: transparent; border: none</string>
00181     </property>
00182     <property name="verticalScrollBarPolicy">
00183      <enum>Qt::ScrollBarAlwaysOff</enum>
00184     </property>
00185     <property name="horizontalScrollBarPolicy">
00186      <enum>Qt::ScrollBarAlwaysOff</enum>
00187     </property>
00188    </widget>
00189    <widget class="QGroupBox" name="groupBox">
00190     <property name="geometry">
00191      <rect>
00192       <x>20</x>
00193       <y>10</y>
00194       <width>381</width>
00195       <height>261</height>
00196      </rect>
00197     </property>
00198     <property name="autoFillBackground">
00199      <bool>false</bool>
00200     </property>
00201     <property name="title">
00202      <string>Panel de Portada</string>
00203     </property>
00204     <property name="flat">
00205      <bool>false</bool>
00206     </property>
00207     <property name="checkable">
00208      <bool>false</bool>
00209     </property>
00210    </widget>
00211    <widget class="QPushButton" name="pushUncheckAll">
00212     <property name="enabled">
00213      <bool>false</bool>
00214     </property>
00215     <property name="geometry">
00216      <rect>
00217       <x>30</x>
00218       <y>440</y>
00219       <width>141</width>
00220       <height>31</height>
00221      </rect>
00222     </property>
00223     <property name="statusTip">
00224      <string>Desmarca todas las fotos seleccionadas.</string>
00225     </property>
00226     <property name="text">
00227      <string>&amp;Deseleccionar Todo</string>
00228     </property>
00229     <property name="icon">
00230      <iconset>
00231       <normaloff>:/Images/res/apply.png</normaloff>:/Images/res/apply.png</iconset>
00232     </property>
00233    </widget>
00234    <widget class="QPushButton" name="pushCheckAll">
00235     <property name="enabled">
00236      <bool>false</bool>
00237     </property>
00238     <property name="geometry">
00239      <rect>
00240       <x>30</x>
00241       <y>440</y>
00242       <width>141</width>
00243       <height>31</height>
00244      </rect>
00245     </property>
00246     <property name="statusTip">
00247      <string>Selecciona todas las fotos.</string>
00248     </property>
00249     <property name="text">
00250      <string>&amp;Seleccionar Todo</string>
00251     </property>
00252     <property name="icon">
00253      <iconset>
00254       <normaloff>:/Images/res/apply.png</normaloff>:/Images/res/apply.png</iconset>
00255     </property>
00256    </widget>
00257    <widget class="QPushButton" name="pushRemoveSelect">
00258     <property name="enabled">
00259      <bool>false</bool>
00260     </property>
00261     <property name="geometry">
00262      <rect>
00263       <x>30</x>
00264       <y>400</y>
00265       <width>141</width>
00266       <height>31</height>
00267      </rect>
00268     </property>
00269     <property name="statusTip">
00270      <string>Elimina de nuestro álbum las fotos previamente seleccionadas.</string>
00271     </property>
00272     <property name="text">
00273      <string>&amp;Borrar Selección</string>
00274     </property>
00275     <property name="icon">
00276      <iconset>
00277       <normaloff>:/Images/res/cancel.png</normaloff>:/Images/res/cancel.png</iconset>
00278     </property>
00279    </widget>
00280    <widget class="QPushButton" name="pushOpen">
00281     <property name="enabled">
00282      <bool>false</bool>
00283     </property>
00284     <property name="geometry">
00285      <rect>
00286       <x>30</x>
00287       <y>360</y>
00288       <width>141</width>
00289       <height>31</height>
00290      </rect>
00291     </property>
00292     <property name="maximumSize">
00293      <size>
00294       <width>273</width>
00295       <height>16777215</height>
00296      </size>
00297     </property>
00298     <property name="statusTip">
00299      <string>Añade imágenes a tu álbum de fotos.</string>
00300     </property>
00301     <property name="text">
00302      <string>A&amp;ñadir Imágenes</string>
00303     </property>
00304     <property name="icon">
00305      <iconset>
00306       <normaloff>:/Images/res/folder_documents.png</normaloff>:/Images/res/folder_documents.png</iconset>
00307     </property>
00308     <property name="iconSize">
00309      <size>
00310       <width>13</width>
00311       <height>16</height>
00312      </size>
00313     </property>
00314    </widget>
00315    <widget class="QPushButton" name="pushButtonEditar">
00316     <property name="geometry">
00317      <rect>
00318       <x>414</x>
00319       <y>440</y>
00320       <width>131</width>
00321       <height>31</height>
00322      </rect>
00323     </property>
00324     <property name="statusTip">
00325      <string>Permite editar la portada, mostrada en la vista previa actualmente.</string>
00326     </property>
00327     <property name="text">
00328      <string>Editar</string>
00329     </property>
00330    </widget>
00331    <widget class="QPushButton" name="pushButtonTerminar">
00332     <property name="geometry">
00333      <rect>
00334       <x>854</x>
00335       <y>440</y>
00336       <width>131</width>
00337       <height>31</height>
00338      </rect>
00339     </property>
00340     <property name="statusTip">
00341      <string>Permite terminar la edición de la portada, mostrada en la vista previa actualmente.</string>
00342     </property>
00343     <property name="text">
00344      <string>Terminar</string>
00345     </property>
00346    </widget>
00347    <widget class="QPushButton" name="pushCrearPaginas">
00348     <property name="enabled">
00349      <bool>false</bool>
00350     </property>
00351     <property name="geometry">
00352      <rect>
00353       <x>30</x>
00354       <y>320</y>
00355       <width>141</width>
00356       <height>31</height>
00357      </rect>
00358     </property>
00359     <property name="statusTip">
00360      <string>Lanza el proceso de creación de las páginas del álbum.</string>
00361     </property>
00362     <property name="text">
00363      <string>&amp;Crear Páginas</string>
00364     </property>
00365    </widget>
00366    <widget class="QCommandLinkButton" name="pushPagSiguiente">
00367     <property name="enabled">
00368      <bool>true</bool>
00369     </property>
00370     <property name="geometry">
00371      <rect>
00372       <x>720</x>
00373       <y>434</y>
00374       <width>51</width>
00375       <height>41</height>
00376      </rect>
00377     </property>
00378     <property name="statusTip">
00379      <string>Permite avanzar una página del álbum.</string>
00380     </property>
00381     <property name="text">
00382      <string/>
00383     </property>
00384     <property name="icon">
00385      <iconset>
00386       <normaloff>../../../data/icon_flecha_drch.png</normaloff>../../../data/icon_flecha_drch.png</iconset>
00387     </property>
00388     <property name="iconSize">
00389      <size>
00390       <width>35</width>
00391       <height>35</height>
00392      </size>
00393     </property>
00394    </widget>
00395    <widget class="QPushButton" name="pushButtonEditarPagina">
00396     <property name="geometry">
00397      <rect>
00398       <x>414</x>
00399       <y>440</y>
00400       <width>131</width>
00401       <height>31</height>
00402      </rect>
00403     </property>
00404     <property name="statusTip">
00405      <string>Permite editar la página mostrada en la vista previa actualmente.</string>
00406     </property>
00407     <property name="whatsThis">
00408      <string/>
00409     </property>
00410     <property name="text">
00411      <string>&amp;Editar</string>
00412     </property>
00413    </widget>
00414    <widget class="QPushButton" name="pushButtonTerminarPagina">
00415     <property name="geometry">
00416      <rect>
00417       <x>854</x>
00418       <y>440</y>
00419       <width>131</width>
00420       <height>31</height>
00421      </rect>
00422     </property>
00423     <property name="statusTip">
00424      <string>Permite terminar la edición de la página mostrada en la vista previa actualmente.</string>
00425     </property>
00426     <property name="text">
00427      <string>&amp;Terminar</string>
00428     </property>
00429    </widget>
00430    <widget class="QCommandLinkButton" name="pushPagAnterior">
00431     <property name="enabled">
00432      <bool>true</bool>
00433     </property>
00434     <property name="geometry">
00435      <rect>
00436       <x>640</x>
00437       <y>434</y>
00438       <width>51</width>
00439       <height>41</height>
00440      </rect>
00441     </property>
00442     <property name="statusTip">
00443      <string>Permite retroceder una página del álbum.</string>
00444     </property>
00445     <property name="text">
00446      <string/>
00447     </property>
00448     <property name="icon">
00449      <iconset>
00450       <normaloff>../../../data/icon_flecha_izq.png</normaloff>../../../data/icon_flecha_izq.png</iconset>
00451     </property>
00452     <property name="iconSize">
00453      <size>
00454       <width>35</width>
00455       <height>35</height>
00456      </size>
00457     </property>
00458    </widget>
00459    <widget class="QGroupBox" name="groupBox_4">
00460     <property name="geometry">
00461      <rect>
00462       <x>20</x>
00463       <y>290</y>
00464       <width>381</width>
00465       <height>191</height>
00466      </rect>
00467     </property>
00468     <property name="autoFillBackground">
00469      <bool>false</bool>
00470     </property>
00471     <property name="title">
00472      <string>Panel de páginas</string>
00473     </property>
00474     <property name="flat">
00475      <bool>false</bool>
00476     </property>
00477     <property name="checkable">
00478      <bool>false</bool>
00479     </property>
00480    </widget>
00481    <widget class="QGroupBox" name="groupBox_5">
00482     <property name="geometry">
00483      <rect>
00484       <x>407</x>
00485       <y>10</y>
00486       <width>581</width>
00487       <height>471</height>
00488      </rect>
00489     </property>
00490     <property name="autoFillBackground">
00491      <bool>false</bool>
00492     </property>
00493     <property name="title">
00494      <string>Panel de páginas</string>
00495     </property>
00496     <property name="flat">
00497      <bool>false</bool>
00498     </property>
00499     <property name="checkable">
00500      <bool>false</bool>
00501     </property>
00502    </widget>
00503    <widget class="QPushButton" name="botonPrueba">
00504     <property name="enabled">
00505      <bool>false</bool>
00506     </property>
00507     <property name="geometry">
00508      <rect>
00509       <x>190</x>
00510       <y>190</y>
00511       <width>201</width>
00512       <height>31</height>
00513      </rect>
00514     </property>
00515     <property name="statusTip">
00516      <string>Lanza el proceso de creación de la portada del álbum.</string>
00517     </property>
00518     <property name="text">
00519      <string>Crear &amp;Portada</string>
00520     </property>
00521    </widget>
00522    <widget class="QPushButton" name="activatedPlantilla">
00523     <property name="geometry">
00524      <rect>
00525       <x>190</x>
00526       <y>40</y>
00527       <width>201</width>
00528       <height>27</height>
00529      </rect>
00530     </property>
00531     <property name="statusTip">
00532      <string>Activa la selección de plantillas para la portada del álbum.</string>
00533     </property>
00534     <property name="text">
00535      <string>Seleccionar Plant&amp;illa</string>
00536     </property>
00537    </widget>
00538    <widget class="QPushButton" name="pushButtonFondoPortada">
00539     <property name="enabled">
00540      <bool>false</bool>
00541     </property>
00542     <property name="geometry">
00543      <rect>
00544       <x>190</x>
00545       <y>230</y>
00546       <width>201</width>
00547       <height>31</height>
00548      </rect>
00549     </property>
00550     <property name="statusTip">
00551      <string>Permite seleccionar un fondo para la portada del álbum.</string>
00552     </property>
00553     <property name="text">
00554      <string>Seleccionar &amp;Fondo</string>
00555     </property>
00556    </widget>
00557    <widget class="QPushButton" name="selectFoto1">
00558     <property name="enabled">
00559      <bool>false</bool>
00560     </property>
00561     <property name="geometry">
00562      <rect>
00563       <x>30</x>
00564       <y>190</y>
00565       <width>141</width>
00566       <height>31</height>
00567      </rect>
00568     </property>
00569     <property name="statusTip">
00570      <string>Permite elegir una imagen frontal para la portada del álbum.</string>
00571     </property>
00572     <property name="text">
00573      <string>Foto F&amp;rontal</string>
00574     </property>
00575    </widget>
00576    <widget class="QPushButton" name="selectFoto2">
00577     <property name="enabled">
00578      <bool>false</bool>
00579     </property>
00580     <property name="geometry">
00581      <rect>
00582       <x>30</x>
00583       <y>230</y>
00584       <width>141</width>
00585       <height>31</height>
00586      </rect>
00587     </property>
00588     <property name="statusTip">
00589      <string>Permite elegir una imagen trasera para la portada del álbum.</string>
00590     </property>
00591     <property name="text">
00592      <string>Foto Tra&amp;sera</string>
00593     </property>
00594    </widget>
00595    <widget class="QPushButton" name="botonTexto">
00596     <property name="enabled">
00597      <bool>false</bool>
00598     </property>
00599     <property name="geometry">
00600      <rect>
00601       <x>30</x>
00602       <y>150</y>
00603       <width>141</width>
00604       <height>31</height>
00605      </rect>
00606     </property>
00607     <property name="statusTip">
00608      <string>Permite elegir el texto para la portada del álbum.</string>
00609     </property>
00610     <property name="text">
00611      <string>Insertar Te&amp;xto</string>
00612     </property>
00613    </widget>
00614    <zorder>groupBox_5</zorder>
00615    <zorder>groupBox_4</zorder>
00616    <zorder>groupBox</zorder>
00617    <zorder>treeWidget</zorder>
00618    <zorder>imagePreview</zorder>
00619    <zorder>visorAlbum</zorder>
00620    <zorder>selectorPlantilla</zorder>
00621    <zorder>plantillaPreview</zorder>
00622    <zorder>pushUncheckAll</zorder>
00623    <zorder>pushCheckAll</zorder>
00624    <zorder>pushRemoveSelect</zorder>
00625    <zorder>pushOpen</zorder>
00626    <zorder>pushButtonEditar</zorder>
00627    <zorder>pushButtonTerminar</zorder>
00628    <zorder>pushCrearPaginas</zorder>
00629    <zorder>pushPagSiguiente</zorder>
00630    <zorder>pushButtonEditarPagina</zorder>
00631    <zorder>pushButtonTerminarPagina</zorder>
00632    <zorder>pushPagAnterior</zorder>
00633    <zorder>botonPrueba</zorder>
00634    <zorder>activatedPlantilla</zorder>
00635    <zorder>pushButtonFondoPortada</zorder>
00636    <zorder>selectFoto1</zorder>
00637    <zorder>selectFoto2</zorder>
00638    <zorder>botonTexto</zorder>
00639   </widget>
00640   <widget class="QMenuBar" name="menuBar">
00641    <property name="geometry">
00642     <rect>
00643      <x>0</x>
00644      <y>0</y>
00645      <width>986</width>
00646      <height>27</height>
00647     </rect>
00648    </property>
00649    <widget class="QMenu" name="menu_Archivo">
00650     <property name="title">
00651      <string>&amp;Archivo</string>
00652     </property>
00653     <addaction name="action_Nuevo"/>
00654     <addaction name="actionCar_gar"/>
00655     <addaction name="action_Lanzar_asistente"/>
00656     <addaction name="separator"/>
00657     <addaction name="action_Guardar"/>
00658     <addaction name="actionG_uardar_como"/>
00659     <addaction name="separator"/>
00660     <addaction name="actionI_mprimir"/>
00661     <addaction name="actionE_xportar"/>
00662     <addaction name="separator"/>
00663     <addaction name="action_Eliminar"/>
00664     <addaction name="separator"/>
00665    </widget>
00666    <widget class="QMenu" name="menu_Editar">
00667     <property name="title">
00668      <string>&amp;Editar</string>
00669     </property>
00670     <addaction name="actionEditar"/>
00671     <addaction name="actionTerminar_edici_n"/>
00672     <addaction name="separator"/>
00673     <addaction name="actionTama_o"/>
00674     <addaction name="separator"/>
00675     <addaction name="actionA_adir_im_genes"/>
00676     <addaction name="actionSeleccionar_todo"/>
00677     <addaction name="actionDeseleccionar_todo"/>
00678     <addaction name="actionBorrar_selecci_n"/>
00679     <addaction name="separator"/>
00680     <addaction name="actionA_adir_te_xtura"/>
00681     <addaction name="separator"/>
00682     <addaction name="action_Propiedades"/>
00683    </widget>
00684    <widget class="QMenu" name="menu_Ver">
00685     <property name="title">
00686      <string>&amp;Ver</string>
00687     </property>
00688     <widget class="QMenu" name="menu_Barra_de_herramientas">
00689      <property name="title">
00690       <string>&amp;Barra de herramientas</string>
00691      </property>
00692      <addaction name="actionBarraHerramientas"/>
00693      <addaction name="separator"/>
00694      <addaction name="actionArchivo"/>
00695      <addaction name="actionGuardado"/>
00696      <addaction name="actionExportacion"/>
00697      <addaction name="actionEliminacion"/>
00698      <addaction name="actionEdicion"/>
00699      <addaction name="actionImagenes"/>
00700      <addaction name="actionPropiedades"/>
00701      <addaction name="actionPaginas"/>
00702     </widget>
00703     <addaction name="actionLineaSeparacionPortada"/>
00704     <addaction name="actionLineaSeparacionPaginas"/>
00705     <addaction name="separator"/>
00706     <addaction name="menu_Barra_de_herramientas"/>
00707    </widget>
00708    <widget class="QMenu" name="menuAyuda">
00709     <property name="title">
00710      <string>A&amp;yuda</string>
00711     </property>
00712     <addaction name="action_ndice"/>
00713     <addaction name="separator"/>
00714     <addaction name="actionNotificar_fallos"/>
00715     <addaction name="action_Licencia"/>
00716     <addaction name="separator"/>
00717     <addaction name="actionAcerca_de"/>
00718    </widget>
00719    <widget class="QMenu" name="menu_Ir">
00720     <property name="title">
00721      <string>&amp;Ir</string>
00722     </property>
00723     <addaction name="action_Avanzar_P_gina"/>
00724     <addaction name="action_Retroceder_p_gina"/>
00725    </widget>
00726    <addaction name="menu_Archivo"/>
00727    <addaction name="menu_Editar"/>
00728    <addaction name="menu_Ver"/>
00729    <addaction name="menu_Ir"/>
00730    <addaction name="menuAyuda"/>
00731   </widget>
00732   <widget class="QStatusBar" name="statusBar">
00733    <property name="enabled">
00734     <bool>true</bool>
00735    </property>
00736   </widget>
00737   <widget class="QToolBar" name="toolBar">
00738    <property name="windowTitle">
00739     <string>toolBar</string>
00740    </property>
00741    <property name="movable">
00742     <bool>false</bool>
00743    </property>
00744    <property name="allowedAreas">
00745     <set>Qt::TopToolBarArea</set>
00746    </property>
00747    <property name="iconSize">
00748     <size>
00749      <width>18</width>
00750      <height>18</height>
00751     </size>
00752    </property>
00753    <property name="floatable">
00754     <bool>true</bool>
00755    </property>
00756    <attribute name="toolBarArea">
00757     <enum>TopToolBarArea</enum>
00758    </attribute>
00759    <attribute name="toolBarBreak">
00760     <bool>false</bool>
00761    </attribute>
00762    <addaction name="actionNuevoBoton"/>
00763    <addaction name="actionAbrirBoton"/>
00764    <addaction name="actionWizardBoton"/>
00765    <addaction name="separator"/>
00766    <addaction name="actionGuardarBoton"/>
00767    <addaction name="actionGuardarComoBoton"/>
00768    <addaction name="separator"/>
00769    <addaction name="actionImprimirBoton"/>
00770    <addaction name="actionExportarPDFBoton"/>
00771    <addaction name="actionExportarJPGBoton"/>
00772    <addaction name="separator"/>
00773    <addaction name="actionBorrarBoton"/>
00774    <addaction name="separator"/>
00775    <addaction name="actionEditarBoton"/>
00776    <addaction name="actionTerminarBoton"/>
00777    <addaction name="actionEditarTamBoton"/>
00778    <addaction name="separator"/>
00779    <addaction name="actionAnnadirBoton"/>
00780    <addaction name="actionSeleccionarTodoBoton"/>
00781    <addaction name="actionDeseleccionarTodoBoton"/>
00782    <addaction name="actionEliminarFotosBoton"/>
00783    <addaction name="separator"/>
00784    <addaction name="actionPropiedadesBoton"/>
00785    <addaction name="separator"/>
00786    <addaction name="actionRetrocederBoton"/>
00787    <addaction name="actionAvanzarBoton"/>
00788    <addaction name="separator"/>
00789   </widget>
00790   <action name="action_Nuevo">
00791    <property name="icon">
00792     <iconset>
00793      <normaloff>../../../data/nuevo.png</normaloff>../../../data/nuevo.png</iconset>
00794    </property>
00795    <property name="text">
00796     <string>&amp;Nuevo</string>
00797    </property>
00798    <property name="statusTip">
00799     <string>Prepara la aplicación para que pueda generarse un álbum nuevo.</string>
00800    </property>
00801    <property name="shortcut">
00802     <string>Ctrl+Alt+N</string>
00803    </property>
00804    <property name="menuRole">
00805     <enum>QAction::ApplicationSpecificRole</enum>
00806    </property>
00807    <property name="iconVisibleInMenu">
00808     <bool>true</bool>
00809    </property>
00810   </action>
00811   <action name="action_Cerrar">
00812    <property name="text">
00813     <string>&amp;Cerrar</string>
00814    </property>
00815   </action>
00816   <action name="action_Guardar">
00817    <property name="icon">
00818     <iconset>
00819      <normaloff>../../../data/guardar.png</normaloff>../../../data/guardar.png</iconset>
00820    </property>
00821    <property name="text">
00822     <string>&amp;Guardar</string>
00823    </property>
00824    <property name="statusTip">
00825     <string>Permite guardar el álbum actual.</string>
00826    </property>
00827    <property name="shortcut">
00828     <string>Ctrl+G</string>
00829    </property>
00830    <property name="menuRole">
00831     <enum>QAction::ApplicationSpecificRole</enum>
00832    </property>
00833    <property name="iconVisibleInMenu">
00834     <bool>true</bool>
00835    </property>
00836   </action>
00837   <action name="actionG_uardar_como">
00838    <property name="icon">
00839     <iconset>
00840      <normaloff>../../../data/guardarcomo.png</normaloff>../../../data/guardarcomo.png</iconset>
00841    </property>
00842    <property name="text">
00843     <string>Guardar co&amp;mo...</string>
00844    </property>
00845    <property name="statusTip">
00846     <string>Permite guardar el álbum actual.</string>
00847    </property>
00848    <property name="shortcut">
00849     <string>Ctrl+M</string>
00850    </property>
00851    <property name="menuRole">
00852     <enum>QAction::ApplicationSpecificRole</enum>
00853    </property>
00854    <property name="iconVisibleInMenu">
00855     <bool>true</bool>
00856    </property>
00857   </action>
00858   <action name="action_Propiedades">
00859    <property name="enabled">
00860     <bool>false</bool>
00861    </property>
00862    <property name="icon">
00863     <iconset>
00864      <normaloff>../../../data/propiedades.png</normaloff>../../../data/propiedades.png</iconset>
00865    </property>
00866    <property name="text">
00867     <string>&amp;Propiedades del álbum</string>
00868    </property>
00869    <property name="statusTip">
00870     <string>Muestra las propiedades básicas del álbum.</string>
00871    </property>
00872    <property name="shortcut">
00873     <string>Ctrl+P</string>
00874    </property>
00875    <property name="menuRole">
00876     <enum>QAction::ApplicationSpecificRole</enum>
00877    </property>
00878    <property name="iconVisibleInMenu">
00879     <bool>true</bool>
00880    </property>
00881   </action>
00882   <action name="actionV_ista_Previa">
00883    <property name="text">
00884     <string>V&amp;ista Previa</string>
00885    </property>
00886   </action>
00887   <action name="action_Salir">
00888    <property name="icon">
00889     <iconset>
00890      <normaloff>../../../data/salir.png</normaloff>../../../data/salir.png</iconset>
00891    </property>
00892    <property name="text">
00893     <string>&amp;Salir</string>
00894    </property>
00895    <property name="shortcut">
00896     <string>Ctrl+Esc</string>
00897    </property>
00898    <property name="menuRole">
00899     <enum>QAction::ApplicationSpecificRole</enum>
00900    </property>
00901    <property name="iconVisibleInMenu">
00902     <bool>true</bool>
00903    </property>
00904   </action>
00905   <action name="actionE_xportar">
00906    <property name="enabled">
00907     <bool>false</bool>
00908    </property>
00909    <property name="icon">
00910     <iconset>
00911      <normaloff>../../../data/pdf.png</normaloff>../../../data/pdf.png</iconset>
00912    </property>
00913    <property name="text">
00914     <string>E&amp;xportar</string>
00915    </property>
00916    <property name="statusTip">
00917     <string>Permite exportar el álbum actual.</string>
00918    </property>
00919    <property name="shortcut">
00920     <string>Ctrl+X</string>
00921    </property>
00922    <property name="menuRole">
00923     <enum>QAction::ApplicationSpecificRole</enum>
00924    </property>
00925    <property name="iconVisibleInMenu">
00926     <bool>true</bool>
00927    </property>
00928   </action>
00929   <action name="actionCar_gar">
00930    <property name="icon">
00931     <iconset>
00932      <normaloff>../../../data/abrir.png</normaloff>../../../data/abrir.png</iconset>
00933    </property>
00934    <property name="text">
00935     <string>&amp;Abrir</string>
00936    </property>
00937    <property name="statusTip">
00938     <string>Permite abrir un álbum previamente guardado.</string>
00939    </property>
00940    <property name="shortcut">
00941     <string>Ctrl+Alt+A</string>
00942    </property>
00943    <property name="menuRole">
00944     <enum>QAction::ApplicationSpecificRole</enum>
00945    </property>
00946    <property name="iconVisibleInMenu">
00947     <bool>true</bool>
00948    </property>
00949   </action>
00950   <action name="actionTama_o">
00951    <property name="enabled">
00952     <bool>false</bool>
00953    </property>
00954    <property name="icon">
00955     <iconset>
00956      <normaloff>../../../data/tamannoboton.png</normaloff>../../../data/tamannoboton.png</iconset>
00957    </property>
00958    <property name="text">
00959     <string>Tama&amp;ño del álbum</string>
00960    </property>
00961    <property name="statusTip">
00962     <string>Permite cambiar el tamaño del álbum.</string>
00963    </property>
00964    <property name="shortcut">
00965     <string>Ctrl+S</string>
00966    </property>
00967    <property name="menuRole">
00968     <enum>QAction::ApplicationSpecificRole</enum>
00969    </property>
00970    <property name="iconVisibleInMenu">
00971     <bool>true</bool>
00972    </property>
00973   </action>
00974   <action name="action_Eliminar">
00975    <property name="icon">
00976     <iconset>
00977      <normaloff>../../../data/borrar.png</normaloff>../../../data/borrar.png</iconset>
00978    </property>
00979    <property name="text">
00980     <string>&amp;Eliminar álbum</string>
00981    </property>
00982    <property name="statusTip">
00983     <string>Permite eliminar por completo del sistema un álbum previamente guardado.</string>
00984    </property>
00985    <property name="shortcut">
00986     <string>Ctrl+Alt+E</string>
00987    </property>
00988    <property name="menuRole">
00989     <enum>QAction::ApplicationSpecificRole</enum>
00990    </property>
00991    <property name="iconVisibleInMenu">
00992     <bool>true</bool>
00993    </property>
00994   </action>
00995   <action name="actionI_mprimir">
00996    <property name="enabled">
00997     <bool>false</bool>
00998    </property>
00999    <property name="icon">
01000     <iconset>
01001      <normaloff>../../../data/imprimir.png</normaloff>../../../data/imprimir.png</iconset>
01002    </property>
01003    <property name="text">
01004     <string>&amp;Imprimir</string>
01005    </property>
01006    <property name="statusTip">
01007     <string>Permite imprimir el álbum actual.</string>
01008    </property>
01009    <property name="shortcut">
01010     <string>Ctrl+I</string>
01011    </property>
01012    <property name="menuRole">
01013     <enum>QAction::ApplicationSpecificRole</enum>
01014    </property>
01015    <property name="iconVisibleInMenu">
01016     <bool>true</bool>
01017    </property>
01018   </action>
01019   <action name="action_Lanzar_asistente">
01020    <property name="icon">
01021     <iconset>
01022      <normaloff>../../../data/wizard.png</normaloff>../../../data/wizard.png</iconset>
01023    </property>
01024    <property name="text">
01025     <string>&amp;Lanzar asistente</string>
01026    </property>
01027    <property name="toolTip">
01028     <string>Lanzar asistente</string>
01029    </property>
01030    <property name="statusTip">
01031     <string>Lanzar asistente de creación</string>
01032    </property>
01033    <property name="shortcut">
01034     <string>Ctrl+W</string>
01035    </property>
01036    <property name="menuRole">
01037     <enum>QAction::ApplicationSpecificRole</enum>
01038    </property>
01039    <property name="iconVisibleInMenu">
01040     <bool>true</bool>
01041    </property>
01042   </action>
01043   <action name="actionSeleccionar_todo">
01044    <property name="enabled">
01045     <bool>false</bool>
01046    </property>
01047    <property name="icon">
01048     <iconset>
01049      <normaloff>../../../data/seleccionartodo.png</normaloff>../../../data/seleccionartodo.png</iconset>
01050    </property>
01051    <property name="text">
01052     <string>&amp;Seleccionar todo</string>
01053    </property>
01054    <property name="statusTip">
01055     <string>Selecciona todas las imágenes que se encuentren en el selector.</string>
01056    </property>
01057    <property name="shortcut">
01058     <string>Ctrl+Shift+A</string>
01059    </property>
01060    <property name="menuRole">
01061     <enum>QAction::ApplicationSpecificRole</enum>
01062    </property>
01063    <property name="iconVisibleInMenu">
01064     <bool>true</bool>
01065    </property>
01066   </action>
01067   <action name="actionA_adir_im_genes">
01068    <property name="enabled">
01069     <bool>false</bool>
01070    </property>
01071    <property name="icon">
01072     <iconset>
01073      <normaloff>../../../data/add.png</normaloff>../../../data/add.png</iconset>
01074    </property>
01075    <property name="text">
01076     <string>&amp;Añadir imágenes</string>
01077    </property>
01078    <property name="statusTip">
01079     <string>Permite añadir imágenes al álbum.</string>
01080    </property>
01081    <property name="shortcut">
01082     <string>Ctrl+A</string>
01083    </property>
01084    <property name="menuRole">
01085     <enum>QAction::ApplicationSpecificRole</enum>
01086    </property>
01087    <property name="iconVisibleInMenu">
01088     <bool>true</bool>
01089    </property>
01090   </action>
01091   <action name="actionBorrar_selecci_n">
01092    <property name="enabled">
01093     <bool>false</bool>
01094    </property>
01095    <property name="icon">
01096     <iconset>
01097      <normaloff>../../../data/elimina.png</normaloff>../../../data/elimina.png</iconset>
01098    </property>
01099    <property name="text">
01100     <string>&amp;Borrar selección</string>
01101    </property>
01102    <property name="statusTip">
01103     <string>Elimina todas las imágenes que se encuentren seleccionadas en el selector.</string>
01104    </property>
01105    <property name="shortcut">
01106     <string>Ctrl+D</string>
01107    </property>
01108    <property name="menuRole">
01109     <enum>QAction::ApplicationSpecificRole</enum>
01110    </property>
01111    <property name="iconVisibleInMenu">
01112     <bool>true</bool>
01113    </property>
01114   </action>
01115   <action name="actionDeseleccionar_todo">
01116    <property name="enabled">
01117     <bool>false</bool>
01118    </property>
01119    <property name="icon">
01120     <iconset>
01121      <normaloff>../../../data/deseleccionartodo.png</normaloff>../../../data/deseleccionartodo.png</iconset>
01122    </property>
01123    <property name="text">
01124     <string>&amp;Deseleccionar todo</string>
01125    </property>
01126    <property name="statusTip">
01127     <string>Quita la selección a todas las imágenes que se encuentren seleccionadas en el selector.</string>
01128    </property>
01129    <property name="shortcut">
01130     <string>Ctrl+Shift+N</string>
01131    </property>
01132    <property name="menuRole">
01133     <enum>QAction::ApplicationSpecificRole</enum>
01134    </property>
01135    <property name="iconVisibleInMenu">
01136     <bool>true</bool>
01137    </property>
01138   </action>
01139   <action name="actionEditar">
01140    <property name="enabled">
01141     <bool>false</bool>
01142    </property>
01143    <property name="icon">
01144     <iconset>
01145      <normaloff>../../../data/editar.png</normaloff>../../../data/editar.png</iconset>
01146    </property>
01147    <property name="text">
01148     <string>&amp;Editar</string>
01149    </property>
01150    <property name="statusTip">
01151     <string>Activa el modo de edición para la página o portada mostrada actualmente en el visor.</string>
01152    </property>
01153    <property name="shortcut">
01154     <string>Ctrl+E</string>
01155    </property>
01156    <property name="menuRole">
01157     <enum>QAction::ApplicationSpecificRole</enum>
01158    </property>
01159    <property name="iconVisibleInMenu">
01160     <bool>true</bool>
01161    </property>
01162   </action>
01163   <action name="actionTerminar_edici_n">
01164    <property name="enabled">
01165     <bool>false</bool>
01166    </property>
01167    <property name="icon">
01168     <iconset>
01169      <normaloff>../../../data/fineditar.png</normaloff>../../../data/fineditar.png</iconset>
01170    </property>
01171    <property name="text">
01172     <string>&amp;Terminar edición</string>
01173    </property>
01174    <property name="statusTip">
01175     <string>Desactiva el modo de edición para la página o portada mostrada actualmente en el visor.</string>
01176    </property>
01177    <property name="shortcut">
01178     <string>Ctrl+T</string>
01179    </property>
01180    <property name="menuRole">
01181     <enum>QAction::ApplicationSpecificRole</enum>
01182    </property>
01183    <property name="iconVisibleInMenu">
01184     <bool>true</bool>
01185    </property>
01186   </action>
01187   <action name="action_Avanzar_P_gina">
01188    <property name="enabled">
01189     <bool>false</bool>
01190    </property>
01191    <property name="icon">
01192     <iconset>
01193      <normaloff>../../../data/icon_flecha_drch.png</normaloff>../../../data/icon_flecha_drch.png</iconset>
01194    </property>
01195    <property name="text">
01196     <string>&amp;Avanzar página</string>
01197    </property>
01198    <property name="statusTip">
01199     <string>Avanza a la página siguiente.</string>
01200    </property>
01201    <property name="shortcut">
01202     <string>Ctrl+N</string>
01203    </property>
01204    <property name="shortcutContext">
01205     <enum>Qt::ApplicationShortcut</enum>
01206    </property>
01207    <property name="menuRole">
01208     <enum>QAction::ApplicationSpecificRole</enum>
01209    </property>
01210    <property name="iconVisibleInMenu">
01211     <bool>true</bool>
01212    </property>
01213   </action>
01214   <action name="action_Retroceder_p_gina">
01215    <property name="enabled">
01216     <bool>false</bool>
01217    </property>
01218    <property name="icon">
01219     <iconset>
01220      <normaloff>../../../data/icon_flecha_izq.png</normaloff>../../../data/icon_flecha_izq.png</iconset>
01221    </property>
01222    <property name="text">
01223     <string>&amp;Retroceder página</string>
01224    </property>
01225    <property name="statusTip">
01226     <string>Retrocede a la página anterior.</string>
01227    </property>
01228    <property name="shortcut">
01229     <string>Ctrl+R</string>
01230    </property>
01231    <property name="menuRole">
01232     <enum>QAction::ApplicationSpecificRole</enum>
01233    </property>
01234    <property name="iconVisibleInMenu">
01235     <bool>true</bool>
01236    </property>
01237   </action>
01238   <action name="actionNuevoBoton">
01239    <property name="enabled">
01240     <bool>false</bool>
01241    </property>
01242    <property name="icon">
01243     <iconset>
01244      <normaloff>../../../data/nuevo.png</normaloff>../../../data/nuevo.png</iconset>
01245    </property>
01246    <property name="text">
01247     <string>Nuevo álbum</string>
01248    </property>
01249    <property name="statusTip">
01250     <string>Prepara la aplicación para que pueda generarse un álbum nuevo.</string>
01251    </property>
01252    <property name="whatsThis">
01253     <string/>
01254    </property>
01255   </action>
01256   <action name="actionAbrirBoton">
01257    <property name="icon">
01258     <iconset>
01259      <normaloff>../../../data/abrir.png</normaloff>../../../data/abrir.png</iconset>
01260    </property>
01261    <property name="text">
01262     <string>Abrir</string>
01263    </property>
01264    <property name="statusTip">
01265     <string>Permite abrir un álbum previamente guardado.</string>
01266    </property>
01267    <property name="whatsThis">
01268     <string/>
01269    </property>
01270   </action>
01271   <action name="actionWizardBoton">
01272    <property name="icon">
01273     <iconset>
01274      <normaloff>../../../data/wizard.png</normaloff>../../../data/wizard.png</iconset>
01275    </property>
01276    <property name="text">
01277     <string>Lanzar asistente de creación</string>
01278    </property>
01279    <property name="statusTip">
01280     <string>Lanza el asistente de creación de álbum.</string>
01281    </property>
01282    <property name="whatsThis">
01283     <string/>
01284    </property>
01285   </action>
01286   <action name="actionGuardarBoton">
01287    <property name="icon">
01288     <iconset>
01289      <normaloff>../../../data/guardar.png</normaloff>../../../data/guardar.png</iconset>
01290    </property>
01291    <property name="text">
01292     <string>Guardar</string>
01293    </property>
01294    <property name="statusTip">
01295     <string>Permite guardar el álbum actual.</string>
01296    </property>
01297    <property name="whatsThis">
01298     <string/>
01299    </property>
01300   </action>
01301   <action name="actionGuardarComoBoton">
01302    <property name="icon">
01303     <iconset>
01304      <normaloff>../../../data/guardarcomo.png</normaloff>../../../data/guardarcomo.png</iconset>
01305    </property>
01306    <property name="text">
01307     <string>Guardar como</string>
01308    </property>
01309    <property name="statusTip">
01310     <string>Permite guardar el álbum actual.</string>
01311    </property>
01312    <property name="whatsThis">
01313     <string/>
01314    </property>
01315   </action>
01316   <action name="actionImprimirBoton">
01317    <property name="enabled">
01318     <bool>false</bool>
01319    </property>
01320    <property name="icon">
01321     <iconset>
01322      <normaloff>../../../data/imprimir.png</normaloff>../../../data/imprimir.png</iconset>
01323    </property>
01324    <property name="text">
01325     <string>Imprimir</string>
01326    </property>
01327    <property name="statusTip">
01328     <string>Permite imprimir el álbum actual.</string>
01329    </property>
01330    <property name="whatsThis">
01331     <string/>
01332    </property>
01333   </action>
01334   <action name="actionExportarPDFBoton">
01335    <property name="enabled">
01336     <bool>false</bool>
01337    </property>
01338    <property name="icon">
01339     <iconset>
01340      <normaloff>../../../data/pdf.png</normaloff>../../../data/pdf.png</iconset>
01341    </property>
01342    <property name="text">
01343     <string>Exportar en PDF</string>
01344    </property>
01345    <property name="statusTip">
01346     <string>Permite exportar en PDF el álbum actual.</string>
01347    </property>
01348    <property name="whatsThis">
01349     <string/>
01350    </property>
01351   </action>
01352   <action name="actionExportarJPGBoton">
01353    <property name="enabled">
01354     <bool>false</bool>
01355    </property>
01356    <property name="icon">
01357     <iconset>
01358      <normaloff>../../../data/jpg.png</normaloff>../../../data/jpg.png</iconset>
01359    </property>
01360    <property name="text">
01361     <string>Exportar en JPG</string>
01362    </property>
01363    <property name="statusTip">
01364     <string>Permite exportar en JPG el álbum actual.</string>
01365    </property>
01366    <property name="whatsThis">
01367     <string/>
01368    </property>
01369   </action>
01370   <action name="actionBorrarBoton">
01371    <property name="icon">
01372     <iconset>
01373      <normaloff>../../../data/borrar.png</normaloff>../../../data/borrar.png</iconset>
01374    </property>
01375    <property name="text">
01376     <string>Borrar álbum</string>
01377    </property>
01378    <property name="statusTip">
01379     <string>Permite eliminar por completo del sistema un álbum previamente guardado.</string>
01380    </property>
01381    <property name="whatsThis">
01382     <string/>
01383    </property>
01384   </action>
01385   <action name="actionEditarBoton">
01386    <property name="enabled">
01387     <bool>false</bool>
01388    </property>
01389    <property name="icon">
01390     <iconset>
01391      <normaloff>../../../data/editar.png</normaloff>../../../data/editar.png</iconset>
01392    </property>
01393    <property name="text">
01394     <string>Editar</string>
01395    </property>
01396    <property name="statusTip">
01397     <string>Activa el modo de edición para la página o portada mostrada actualmente en el visor.</string>
01398    </property>
01399    <property name="whatsThis">
01400     <string/>
01401    </property>
01402   </action>
01403   <action name="actionTerminarBoton">
01404    <property name="enabled">
01405     <bool>false</bool>
01406    </property>
01407    <property name="icon">
01408     <iconset>
01409      <normaloff>../../../data/fineditar.png</normaloff>../../../data/fineditar.png</iconset>
01410    </property>
01411    <property name="text">
01412     <string>Terminar edición</string>
01413    </property>
01414    <property name="statusTip">
01415     <string>Desactiva el modo de edición para la página o portada mostrada actualmente en el visor.</string>
01416    </property>
01417    <property name="whatsThis">
01418     <string/>
01419    </property>
01420   </action>
01421   <action name="actionEditarTamBoton">
01422    <property name="enabled">
01423     <bool>false</bool>
01424    </property>
01425    <property name="icon">
01426     <iconset>
01427      <normaloff>../../../data/tamannoboton.png</normaloff>../../../data/tamannoboton.png</iconset>
01428    </property>
01429    <property name="text">
01430     <string>Editar tamaño</string>
01431    </property>
01432    <property name="statusTip">
01433     <string>Permite cambiar el tamaño del álbum.</string>
01434    </property>
01435    <property name="whatsThis">
01436     <string/>
01437    </property>
01438   </action>
01439   <action name="actionAnnadirBoton">
01440    <property name="enabled">
01441     <bool>false</bool>
01442    </property>
01443    <property name="icon">
01444     <iconset>
01445      <normaloff>../../../data/add.png</normaloff>../../../data/add.png</iconset>
01446    </property>
01447    <property name="text">
01448     <string>Añadir imágenes</string>
01449    </property>
01450    <property name="statusTip">
01451     <string>Permite añadir imágenes al álbum.</string>
01452    </property>
01453    <property name="whatsThis">
01454     <string/>
01455    </property>
01456   </action>
01457   <action name="actionSeleccionarTodoBoton">
01458    <property name="enabled">
01459     <bool>false</bool>
01460    </property>
01461    <property name="icon">
01462     <iconset>
01463      <normaloff>../../../data/seleccionartodo.png</normaloff>../../../data/seleccionartodo.png</iconset>
01464    </property>
01465    <property name="text">
01466     <string>Seleccionar todo</string>
01467    </property>
01468    <property name="statusTip">
01469     <string>Selecciona todas las imágenes que se encuentren en el selector.</string>
01470    </property>
01471    <property name="whatsThis">
01472     <string/>
01473    </property>
01474   </action>
01475   <action name="actionDeseleccionarTodoBoton">
01476    <property name="enabled">
01477     <bool>false</bool>
01478    </property>
01479    <property name="icon">
01480     <iconset>
01481      <normaloff>../../../data/deseleccionartodo.png</normaloff>../../../data/deseleccionartodo.png</iconset>
01482    </property>
01483    <property name="text">
01484     <string>Deseleccionar todo</string>
01485    </property>
01486    <property name="statusTip">
01487     <string>Quita la selección a todas las imágenes que estén seleccionadas en el selector.</string>
01488    </property>
01489    <property name="whatsThis">
01490     <string/>
01491    </property>
01492   </action>
01493   <action name="actionEliminarFotosBoton">
01494    <property name="enabled">
01495     <bool>false</bool>
01496    </property>
01497    <property name="icon">
01498     <iconset>
01499      <normaloff>../../../data/elimina.png</normaloff>../../../data/elimina.png</iconset>
01500    </property>
01501    <property name="text">
01502     <string>Eliminar fotos seleccionadas</string>
01503    </property>
01504    <property name="statusTip">
01505     <string>Elimina todas las imágenes que se encuentren seleccionadas en el selector.</string>
01506    </property>
01507    <property name="whatsThis">
01508     <string/>
01509    </property>
01510   </action>
01511   <action name="actionPropiedadesBoton">
01512    <property name="enabled">
01513     <bool>false</bool>
01514    </property>
01515    <property name="icon">
01516     <iconset>
01517      <normaloff>../../../data/propiedades.png</normaloff>../../../data/propiedades.png</iconset>
01518    </property>
01519    <property name="text">
01520     <string>Propiedades del álbum</string>
01521    </property>
01522    <property name="statusTip">
01523     <string>Muestra las propiedades básicas del álbum.</string>
01524    </property>
01525    <property name="whatsThis">
01526     <string/>
01527    </property>
01528   </action>
01529   <action name="actionAvanzarBoton">
01530    <property name="enabled">
01531     <bool>false</bool>
01532    </property>
01533    <property name="icon">
01534     <iconset>
01535      <normaloff>../../../data/icon_flecha_drch.png</normaloff>../../../data/icon_flecha_drch.png</iconset>
01536    </property>
01537    <property name="text">
01538     <string>Avanzar página</string>
01539    </property>
01540    <property name="statusTip">
01541     <string>Avanza a la página siguiente.</string>
01542    </property>
01543    <property name="whatsThis">
01544     <string/>
01545    </property>
01546   </action>
01547   <action name="actionRetrocederBoton">
01548    <property name="enabled">
01549     <bool>false</bool>
01550    </property>
01551    <property name="icon">
01552     <iconset>
01553      <normaloff>../../../data/icon_flecha_izq.png</normaloff>../../../data/icon_flecha_izq.png</iconset>
01554    </property>
01555    <property name="text">
01556     <string>Retroceder página</string>
01557    </property>
01558    <property name="statusTip">
01559     <string>Retrocede a la página anterior.</string>
01560    </property>
01561    <property name="whatsThis">
01562     <string/>
01563    </property>
01564   </action>
01565   <action name="actionLineaSeparacionPortada">
01566    <property name="checkable">
01567     <bool>true</bool>
01568    </property>
01569    <property name="checked">
01570     <bool>true</bool>
01571    </property>
01572    <property name="enabled">
01573     <bool>true</bool>
01574    </property>
01575    <property name="text">
01576     <string>&amp;Línea de separación (Portada)</string>
01577    </property>
01578    <property name="statusTip">
01579     <string>Visualiza u oculta la línea de separación entre portada y contraportada.</string>
01580    </property>
01581    <property name="shortcut">
01582     <string>Ctrl+Shift+V</string>
01583    </property>
01584    <property name="iconVisibleInMenu">
01585     <bool>false</bool>
01586    </property>
01587   </action>
01588   <action name="actionLineaSeparacionPaginas">
01589    <property name="checkable">
01590     <bool>true</bool>
01591    </property>
01592    <property name="checked">
01593     <bool>true</bool>
01594    </property>
01595    <property name="enabled">
01596     <bool>true</bool>
01597    </property>
01598    <property name="text">
01599     <string>Línea de se&amp;paración (Páginas)</string>
01600    </property>
01601    <property name="statusTip">
01602     <string>Visualiza u oculta la línea de separación entre ambas páginas.</string>
01603    </property>
01604    <property name="shortcut">
01605     <string>Ctrl+Shift+L</string>
01606    </property>
01607   </action>
01608   <action name="actionArchivo">
01609    <property name="checkable">
01610     <bool>true</bool>
01611    </property>
01612    <property name="checked">
01613     <bool>true</bool>
01614    </property>
01615    <property name="text">
01616     <string>&amp;Archivo</string>
01617    </property>
01618    <property name="statusTip">
01619     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con el manejo de archivos.</string>
01620    </property>
01621   </action>
01622   <action name="actionGuardado">
01623    <property name="checkable">
01624     <bool>true</bool>
01625    </property>
01626    <property name="checked">
01627     <bool>true</bool>
01628    </property>
01629    <property name="text">
01630     <string>&amp;Guardado</string>
01631    </property>
01632    <property name="statusTip">
01633     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con el guardado.</string>
01634    </property>
01635   </action>
01636   <action name="actionExportacion">
01637    <property name="checkable">
01638     <bool>true</bool>
01639    </property>
01640    <property name="checked">
01641     <bool>true</bool>
01642    </property>
01643    <property name="text">
01644     <string>E&amp;xportación</string>
01645    </property>
01646    <property name="statusTip">
01647     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con la exportación.</string>
01648    </property>
01649   </action>
01650   <action name="actionEliminacion">
01651    <property name="checkable">
01652     <bool>true</bool>
01653    </property>
01654    <property name="checked">
01655     <bool>true</bool>
01656    </property>
01657    <property name="text">
01658     <string>&amp;Eliminación</string>
01659    </property>
01660    <property name="statusTip">
01661     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con la eliminación.</string>
01662    </property>
01663   </action>
01664   <action name="actionEdicion">
01665    <property name="checkable">
01666     <bool>true</bool>
01667    </property>
01668    <property name="checked">
01669     <bool>true</bool>
01670    </property>
01671    <property name="text">
01672     <string>E&amp;dición</string>
01673    </property>
01674    <property name="statusTip">
01675     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con la edición.</string>
01676    </property>
01677   </action>
01678   <action name="actionImagenes">
01679    <property name="checkable">
01680     <bool>true</bool>
01681    </property>
01682    <property name="checked">
01683     <bool>true</bool>
01684    </property>
01685    <property name="text">
01686     <string>&amp;Imágenes</string>
01687    </property>
01688    <property name="statusTip">
01689     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con el manejo de imágenes.</string>
01690    </property>
01691   </action>
01692   <action name="actionPropiedades">
01693    <property name="checkable">
01694     <bool>true</bool>
01695    </property>
01696    <property name="checked">
01697     <bool>true</bool>
01698    </property>
01699    <property name="text">
01700     <string>P&amp;ropiedades</string>
01701    </property>
01702    <property name="statusTip">
01703     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con las propiedades.</string>
01704    </property>
01705   </action>
01706   <action name="actionPaginas">
01707    <property name="checkable">
01708     <bool>true</bool>
01709    </property>
01710    <property name="checked">
01711     <bool>true</bool>
01712    </property>
01713    <property name="text">
01714     <string>&amp;Páginas</string>
01715    </property>
01716    <property name="statusTip">
01717     <string>Controla la visualización en la barra de herramientas, de las herramientas relacionadas con el manejo de páginas.</string>
01718    </property>
01719   </action>
01720   <action name="actionBarraHerramientas">
01721    <property name="checkable">
01722     <bool>true</bool>
01723    </property>
01724    <property name="checked">
01725     <bool>true</bool>
01726    </property>
01727    <property name="text">
01728     <string>Barra de &amp;herramientas</string>
01729    </property>
01730    <property name="statusTip">
01731     <string>Controla las herramientas que se visualizan en la barra de herramientas.</string>
01732    </property>
01733   </action>
01734   <action name="actionAcerca_de">
01735    <property name="icon">
01736     <iconset>
01737      <normaloff>../../../data/estrella.png</normaloff>../../../data/estrella.png</iconset>
01738    </property>
01739    <property name="text">
01740     <string>Acerca de...</string>
01741    </property>
01742    <property name="statusTip">
01743     <string>Muestra información básica sobre la aplicación y su versión.</string>
01744    </property>
01745    <property name="shortcut">
01746     <string>Ctrl+F</string>
01747    </property>
01748    <property name="menuRole">
01749     <enum>QAction::ApplicationSpecificRole</enum>
01750    </property>
01751    <property name="iconVisibleInMenu">
01752     <bool>true</bool>
01753    </property>
01754   </action>
01755   <action name="action_ndice">
01756    <property name="icon">
01757     <iconset>
01758      <normaloff>../../../data/indiceayuda.png</normaloff>../../../data/indiceayuda.png</iconset>
01759    </property>
01760    <property name="text">
01761     <string>&amp;Índice FAQ</string>
01762    </property>
01763    <property name="statusTip">
01764     <string>Muestra las preguntas frecuentes sobre el uso de la aplicación.</string>
01765    </property>
01766    <property name="shortcut">
01767     <string>F1</string>
01768    </property>
01769    <property name="menuRole">
01770     <enum>QAction::ApplicationSpecificRole</enum>
01771    </property>
01772    <property name="iconVisibleInMenu">
01773     <bool>true</bool>
01774    </property>
01775   </action>
01776   <action name="actionNotificar_fallos">
01777    <property name="icon">
01778     <iconset>
01779      <normaloff>../../../data/notificacion.png</normaloff>../../../data/notificacion.png</iconset>
01780    </property>
01781    <property name="text">
01782     <string>&amp;Notificar fallos</string>
01783    </property>
01784    <property name="statusTip">
01785     <string>Permite enviar un e-mail de notificación de fallo al desarrollador.</string>
01786    </property>
01787    <property name="shortcut">
01788     <string>F2</string>
01789    </property>
01790    <property name="iconVisibleInMenu">
01791     <bool>true</bool>
01792    </property>
01793   </action>
01794   <action name="action_Licencia">
01795    <property name="icon">
01796     <iconset>
01797      <normaloff>../../../data/licencia.png</normaloff>../../../data/licencia.png</iconset>
01798    </property>
01799    <property name="text">
01800     <string>&amp;Licencia</string>
01801    </property>
01802    <property name="statusTip">
01803     <string>Muestra la licencia de la aplicación.</string>
01804    </property>
01805    <property name="shortcut">
01806     <string>F3</string>
01807    </property>
01808    <property name="iconVisibleInMenu">
01809     <bool>true</bool>
01810    </property>
01811   </action>
01812   <action name="actionA_adir_te_xtura">
01813    <property name="icon">
01814     <iconset>
01815      <normaloff>../../../data/textura.jpg</normaloff>../../../data/textura.jpg</iconset>
01816    </property>
01817    <property name="text">
01818     <string>Añadir te&amp;xtura</string>
01819    </property>
01820    <property name="statusTip">
01821     <string>Permite añadir una textura personalizada al selector de texturas, y poder así utilizarla en tu álbum.</string>
01822    </property>
01823    <property name="shortcut">
01824     <string>Ctrl+Shift+X</string>
01825    </property>
01826    <property name="iconVisibleInMenu">
01827     <bool>true</bool>
01828    </property>
01829   </action>
01830  </widget>
01831  <layoutdefault spacing="6" margin="11"/>
01832  <resources/>
01833  <connections>
01834   <connection>
01835    <sender>pushCheckAll</sender>
01836    <signal>clicked()</signal>
01837    <receiver>FormPrincipal</receiver>
01838    <slot>checkAllItems()</slot>
01839    <hints>
01840     <hint type="sourcelabel">
01841      <x>300</x>
01842      <y>575</y>
01843     </hint>
01844     <hint type="destinationlabel">
01845      <x>473</x>
01846      <y>311</y>
01847     </hint>
01848    </hints>
01849   </connection>
01850   <connection>
01851    <sender>pushOpen</sender>
01852    <signal>clicked()</signal>
01853    <receiver>FormPrincipal</receiver>
01854    <slot>openFiles()</slot>
01855    <hints>
01856     <hint type="sourcelabel">
01857      <x>300</x>
01858      <y>514</y>
01859     </hint>
01860     <hint type="destinationlabel">
01861      <x>473</x>
01862      <y>311</y>
01863     </hint>
01864    </hints>
01865   </connection>
01866   <connection>
01867    <sender>pushUncheckAll</sender>
01868    <signal>clicked()</signal>
01869    <receiver>FormPrincipal</receiver>
01870    <slot>uncheckItems()</slot>
01871    <hints>
01872     <hint type="sourcelabel">
01873      <x>161</x>
01874      <y>575</y>
01875     </hint>
01876     <hint type="destinationlabel">
01877      <x>473</x>
01878      <y>311</y>
01879     </hint>
01880    </hints>
01881   </connection>
01882   <connection>
01883    <sender>pushRemoveSelect</sender>
01884    <signal>clicked()</signal>
01885    <receiver>FormPrincipal</receiver>
01886    <slot>removeItems()</slot>
01887    <hints>
01888     <hint type="sourcelabel">
01889      <x>300</x>
01890      <y>545</y>
01891     </hint>
01892     <hint type="destinationlabel">
01893      <x>514</x>
01894      <y>350</y>
01895     </hint>
01896    </hints>
01897   </connection>
01898   <connection>
01899    <sender>treeWidget</sender>
01900    <signal>itemSelectionChanged()</signal>
01901    <receiver>FormPrincipal</receiver>
01902    <slot>loadImagePreview()</slot>
01903    <hints>
01904     <hint type="sourcelabel">
01905      <x>740</x>
01906      <y>563</y>
01907     </hint>
01908     <hint type="destinationlabel">
01909      <x>514</x>
01910      <y>350</y>
01911     </hint>
01912    </hints>
01913   </connection>
01914   <connection>
01915    <sender>selectorPlantilla</sender>
01916    <signal>itemSelectionChanged()</signal>
01917    <receiver>FormPrincipal</receiver>
01918    <slot>visualizarPlantilla()</slot>
01919    <hints>
01920     <hint type="sourcelabel">
01921      <x>95</x>
01922      <y>163</y>
01923     </hint>
01924     <hint type="destinationlabel">
01925      <x>514</x>
01926      <y>350</y>
01927     </hint>
01928    </hints>
01929   </connection>
01930   <connection>
01931    <sender>pushButtonEditar</sender>
01932    <signal>clicked()</signal>
01933    <receiver>FormPrincipal</receiver>
01934    <slot>ActivarEdicion()</slot>
01935    <hints>
01936     <hint type="sourcelabel">
01937      <x>928</x>
01938      <y>65</y>
01939     </hint>
01940     <hint type="destinationlabel">
01941      <x>490</x>
01942      <y>281</y>
01943     </hint>
01944    </hints>
01945   </connection>
01946   <connection>
01947    <sender>pushButtonTerminar</sender>
01948    <signal>clicked()</signal>
01949    <receiver>FormPrincipal</receiver>
01950    <slot>DesactivarEdicion()</slot>
01951    <hints>
01952     <hint type="sourcelabel">
01953      <x>928</x>
01954      <y>121</y>
01955     </hint>
01956     <hint type="destinationlabel">
01957      <x>490</x>
01958      <y>281</y>
01959     </hint>
01960    </hints>
01961   </connection>
01962   <connection>
01963    <sender>pushCrearPaginas</sender>
01964    <signal>clicked()</signal>
01965    <receiver>FormPrincipal</receiver>
01966    <slot>CrearPaginas()</slot>
01967    <hints>
01968     <hint type="sourcelabel">
01969      <x>128</x>
01970      <y>340</y>
01971     </hint>
01972     <hint type="destinationlabel">
01973      <x>490</x>
01974      <y>281</y>
01975     </hint>
01976    </hints>
01977   </connection>
01978   <connection>
01979    <sender>pushPagSiguiente</sender>
01980    <signal>clicked()</signal>
01981    <receiver>FormPrincipal</receiver>
01982    <slot>MostrarPagina()</slot>
01983    <hints>
01984     <hint type="sourcelabel">
01985      <x>948</x>
01986      <y>175</y>
01987     </hint>
01988     <hint type="destinationlabel">
01989      <x>490</x>
01990      <y>281</y>
01991     </hint>
01992    </hints>
01993   </connection>
01994   <connection>
01995    <sender>pushButtonEditarPagina</sender>
01996    <signal>clicked()</signal>
01997    <receiver>FormPrincipal</receiver>
01998    <slot>ActivarEdicionPagina()</slot>
01999    <hints>
02000     <hint type="sourcelabel">
02001      <x>928</x>
02002      <y>65</y>
02003     </hint>
02004     <hint type="destinationlabel">
02005      <x>490</x>
02006      <y>281</y>
02007     </hint>
02008    </hints>
02009   </connection>
02010   <connection>
02011    <sender>pushButtonTerminarPagina</sender>
02012    <signal>clicked()</signal>
02013    <receiver>FormPrincipal</receiver>
02014    <slot>DesactivarEdicionPagina()</slot>
02015    <hints>
02016     <hint type="sourcelabel">
02017      <x>928</x>
02018      <y>115</y>
02019     </hint>
02020     <hint type="destinationlabel">
02021      <x>490</x>
02022      <y>281</y>
02023     </hint>
02024    </hints>
02025   </connection>
02026   <connection>
02027    <sender>pushPagAnterior</sender>
02028    <signal>clicked()</signal>
02029    <receiver>FormPrincipal</receiver>
02030    <slot>MostrarPaginaAnterior()</slot>
02031    <hints>
02032     <hint type="sourcelabel">
02033      <x>908</x>
02034      <y>165</y>
02035     </hint>
02036     <hint type="destinationlabel">
02037      <x>490</x>
02038      <y>281</y>
02039     </hint>
02040    </hints>
02041   </connection>
02042   <connection>
02043    <sender>actionE_xportar</sender>
02044    <signal>triggered()</signal>
02045    <receiver>FormPrincipal</receiver>
02046    <slot>Exportar()</slot>
02047    <hints>
02048     <hint type="sourcelabel">
02049      <x>-1</x>
02050      <y>-1</y>
02051     </hint>
02052     <hint type="destinationlabel">
02053      <x>490</x>
02054      <y>281</y>
02055     </hint>
02056    </hints>
02057   </connection>
02058   <connection>
02059    <sender>action_Nuevo</sender>
02060    <signal>triggered()</signal>
02061    <receiver>FormPrincipal</receiver>
02062    <slot>NuevoAlbum()</slot>
02063    <hints>
02064     <hint type="sourcelabel">
02065      <x>-1</x>
02066      <y>-1</y>
02067     </hint>
02068     <hint type="destinationlabel">
02069      <x>490</x>
02070      <y>281</y>
02071     </hint>
02072    </hints>
02073   </connection>
02074   <connection>
02075    <sender>action_Guardar</sender>
02076    <signal>triggered()</signal>
02077    <receiver>FormPrincipal</receiver>
02078    <slot>Guardar()</slot>
02079    <hints>
02080     <hint type="sourcelabel">
02081      <x>-1</x>
02082      <y>-1</y>
02083     </hint>
02084     <hint type="destinationlabel">
02085      <x>490</x>
02086      <y>281</y>
02087     </hint>
02088    </hints>
02089   </connection>
02090   <connection>
02091    <sender>actionG_uardar_como</sender>
02092    <signal>triggered()</signal>
02093    <receiver>FormPrincipal</receiver>
02094    <slot>GuardarComo()</slot>
02095    <hints>
02096     <hint type="sourcelabel">
02097      <x>-1</x>
02098      <y>-1</y>
02099     </hint>
02100     <hint type="destinationlabel">
02101      <x>490</x>
02102      <y>281</y>
02103     </hint>
02104    </hints>
02105   </connection>
02106   <connection>
02107    <sender>actionCar_gar</sender>
02108    <signal>triggered()</signal>
02109    <receiver>FormPrincipal</receiver>
02110    <slot>Cargar()</slot>
02111    <hints>
02112     <hint type="sourcelabel">
02113      <x>-1</x>
02114      <y>-1</y>
02115     </hint>
02116     <hint type="destinationlabel">
02117      <x>490</x>
02118      <y>281</y>
02119     </hint>
02120    </hints>
02121   </connection>
02122   <connection>
02123    <sender>actionTama_o</sender>
02124    <signal>triggered()</signal>
02125    <receiver>FormPrincipal</receiver>
02126    <slot>EditarTamannoAlbum()</slot>
02127    <hints>
02128     <hint type="sourcelabel">
02129      <x>-1</x>
02130      <y>-1</y>
02131     </hint>
02132     <hint type="destinationlabel">
02133      <x>490</x>
02134      <y>281</y>
02135     </hint>
02136    </hints>
02137   </connection>
02138   <connection>
02139    <sender>action_Eliminar</sender>
02140    <signal>triggered()</signal>
02141    <receiver>FormPrincipal</receiver>
02142    <slot>Eliminar()</slot>
02143    <hints>
02144     <hint type="sourcelabel">
02145      <x>-1</x>
02146      <y>-1</y>
02147     </hint>
02148     <hint type="destinationlabel">
02149      <x>490</x>
02150      <y>281</y>
02151     </hint>
02152    </hints>
02153   </connection>
02154   <connection>
02155    <sender>actionI_mprimir</sender>
02156    <signal>triggered()</signal>
02157    <receiver>FormPrincipal</receiver>
02158    <slot>Imprimir()</slot>
02159    <hints>
02160     <hint type="sourcelabel">
02161      <x>-1</x>
02162      <y>-1</y>
02163     </hint>
02164     <hint type="destinationlabel">
02165      <x>490</x>
02166      <y>281</y>
02167     </hint>
02168    </hints>
02169   </connection>
02170   <connection>
02171    <sender>activatedPlantilla</sender>
02172    <signal>clicked()</signal>
02173    <receiver>FormPrincipal</receiver>
02174    <slot>ActivarSeleccionPlantilla()</slot>
02175    <hints>
02176     <hint type="sourcelabel">
02177      <x>290</x>
02178      <y>88</y>
02179     </hint>
02180     <hint type="destinationlabel">
02181      <x>490</x>
02182      <y>340</y>
02183     </hint>
02184    </hints>
02185   </connection>
02186   <connection>
02187    <sender>botonTexto</sender>
02188    <signal>clicked()</signal>
02189    <receiver>FormPrincipal</receiver>
02190    <slot>LanzarFormTexto()</slot>
02191    <hints>
02192     <hint type="sourcelabel">
02193      <x>100</x>
02194      <y>200</y>
02195     </hint>
02196     <hint type="destinationlabel">
02197      <x>490</x>
02198      <y>340</y>
02199     </hint>
02200    </hints>
02201   </connection>
02202   <connection>
02203    <sender>selectFoto1</sender>
02204    <signal>clicked()</signal>
02205    <receiver>FormPrincipal</receiver>
02206    <slot>SeleccionarFotoFrontal()</slot>
02207    <hints>
02208     <hint type="sourcelabel">
02209      <x>100</x>
02210      <y>240</y>
02211     </hint>
02212     <hint type="destinationlabel">
02213      <x>490</x>
02214      <y>340</y>
02215     </hint>
02216    </hints>
02217   </connection>
02218   <connection>
02219    <sender>selectFoto2</sender>
02220    <signal>clicked()</signal>
02221    <receiver>FormPrincipal</receiver>
02222    <slot>SeleccionarFotoTrasera()</slot>
02223    <hints>
02224     <hint type="sourcelabel">
02225      <x>100</x>
02226      <y>280</y>
02227     </hint>
02228     <hint type="destinationlabel">
02229      <x>490</x>
02230      <y>340</y>
02231     </hint>
02232    </hints>
02233   </connection>
02234   <connection>
02235    <sender>pushButtonFondoPortada</sender>
02236    <signal>clicked()</signal>
02237    <receiver>FormPrincipal</receiver>
02238    <slot>LanzarSelectorFondoPortada()</slot>
02239    <hints>
02240     <hint type="sourcelabel">
02241      <x>290</x>
02242      <y>280</y>
02243     </hint>
02244     <hint type="destinationlabel">
02245      <x>490</x>
02246      <y>340</y>
02247     </hint>
02248    </hints>
02249   </connection>
02250   <connection>
02251    <sender>botonPrueba</sender>
02252    <signal>clicked()</signal>
02253    <receiver>FormPrincipal</receiver>
02254    <slot>LanzarTamanno()</slot>
02255    <hints>
02256     <hint type="sourcelabel">
02257      <x>290</x>
02258      <y>240</y>
02259     </hint>
02260     <hint type="destinationlabel">
02261      <x>490</x>
02262      <y>340</y>
02263     </hint>
02264    </hints>
02265   </connection>
02266   <connection>
02267    <sender>action_Lanzar_asistente</sender>
02268    <signal>triggered()</signal>
02269    <receiver>FormPrincipal</receiver>
02270    <slot>LanzarWizard()</slot>
02271    <hints>
02272     <hint type="sourcelabel">
02273      <x>-1</x>
02274      <y>-1</y>
02275     </hint>
02276     <hint type="destinationlabel">
02277      <x>492</x>
02278      <y>340</y>
02279     </hint>
02280    </hints>
02281   </connection>
02282   <connection>
02283    <sender>actionEditar</sender>
02284    <signal>triggered()</signal>
02285    <receiver>FormPrincipal</receiver>
02286    <slot>edicionGeneral()</slot>
02287    <hints>
02288     <hint type="sourcelabel">
02289      <x>-1</x>
02290      <y>-1</y>
02291     </hint>
02292     <hint type="destinationlabel">
02293      <x>492</x>
02294      <y>340</y>
02295     </hint>
02296    </hints>
02297   </connection>
02298   <connection>
02299    <sender>actionTerminar_edici_n</sender>
02300    <signal>triggered()</signal>
02301    <receiver>FormPrincipal</receiver>
02302    <slot>terminarEdicionGeneral()</slot>
02303    <hints>
02304     <hint type="sourcelabel">
02305      <x>-1</x>
02306      <y>-1</y>
02307     </hint>
02308     <hint type="destinationlabel">
02309      <x>492</x>
02310      <y>340</y>
02311     </hint>
02312    </hints>
02313   </connection>
02314   <connection>
02315    <sender>actionA_adir_im_genes</sender>
02316    <signal>triggered()</signal>
02317    <receiver>FormPrincipal</receiver>
02318    <slot>openFiles()</slot>
02319    <hints>
02320     <hint type="sourcelabel">
02321      <x>-1</x>
02322      <y>-1</y>
02323     </hint>
02324     <hint type="destinationlabel">
02325      <x>492</x>
02326      <y>340</y>
02327     </hint>
02328    </hints>
02329   </connection>
02330   <connection>
02331    <sender>actionBorrar_selecci_n</sender>
02332    <signal>triggered()</signal>
02333    <receiver>FormPrincipal</receiver>
02334    <slot>removeItems()</slot>
02335    <hints>
02336     <hint type="sourcelabel">
02337      <x>-1</x>
02338      <y>-1</y>
02339     </hint>
02340     <hint type="destinationlabel">
02341      <x>492</x>
02342      <y>340</y>
02343     </hint>
02344    </hints>
02345   </connection>
02346   <connection>
02347    <sender>actionDeseleccionar_todo</sender>
02348    <signal>triggered()</signal>
02349    <receiver>FormPrincipal</receiver>
02350    <slot>uncheckItems()</slot>
02351    <hints>
02352     <hint type="sourcelabel">
02353      <x>-1</x>
02354      <y>-1</y>
02355     </hint>
02356     <hint type="destinationlabel">
02357      <x>492</x>
02358      <y>340</y>
02359     </hint>
02360    </hints>
02361   </connection>
02362   <connection>
02363    <sender>actionSeleccionar_todo</sender>
02364    <signal>triggered()</signal>
02365    <receiver>FormPrincipal</receiver>
02366    <slot>checkAllItems()</slot>
02367    <hints>
02368     <hint type="sourcelabel">
02369      <x>-1</x>
02370      <y>-1</y>
02371     </hint>
02372     <hint type="destinationlabel">
02373      <x>492</x>
02374      <y>340</y>
02375     </hint>
02376    </hints>
02377   </connection>
02378   <connection>
02379    <sender>action_Avanzar_P_gina</sender>
02380    <signal>triggered()</signal>
02381    <receiver>FormPrincipal</receiver>
02382    <slot>MostrarPagina()</slot>
02383    <hints>
02384     <hint type="sourcelabel">
02385      <x>-1</x>
02386      <y>-1</y>
02387     </hint>
02388     <hint type="destinationlabel">
02389      <x>492</x>
02390      <y>340</y>
02391     </hint>
02392    </hints>
02393   </connection>
02394   <connection>
02395    <sender>action_Retroceder_p_gina</sender>
02396    <signal>triggered()</signal>
02397    <receiver>FormPrincipal</receiver>
02398    <slot>MostrarPaginaAnterior()</slot>
02399    <hints>
02400     <hint type="sourcelabel">
02401      <x>-1</x>
02402      <y>-1</y>
02403     </hint>
02404     <hint type="destinationlabel">
02405      <x>492</x>
02406      <y>340</y>
02407     </hint>
02408    </hints>
02409   </connection>
02410   <connection>
02411    <sender>action_Propiedades</sender>
02412    <signal>triggered()</signal>
02413    <receiver>FormPrincipal</receiver>
02414    <slot>LanzarDialogPropiedades()</slot>
02415    <hints>
02416     <hint type="sourcelabel">
02417      <x>-1</x>
02418      <y>-1</y>
02419     </hint>
02420     <hint type="destinationlabel">
02421      <x>492</x>
02422      <y>340</y>
02423     </hint>
02424    </hints>
02425   </connection>
02426   <connection>
02427    <sender>actionNuevoBoton</sender>
02428    <signal>triggered()</signal>
02429    <receiver>FormPrincipal</receiver>
02430    <slot>NuevoAlbum()</slot>
02431    <hints>
02432     <hint type="sourcelabel">
02433      <x>-1</x>
02434      <y>-1</y>
02435     </hint>
02436     <hint type="destinationlabel">
02437      <x>492</x>
02438      <y>340</y>
02439     </hint>
02440    </hints>
02441   </connection>
02442   <connection>
02443    <sender>actionAbrirBoton</sender>
02444    <signal>triggered()</signal>
02445    <receiver>FormPrincipal</receiver>
02446    <slot>Cargar()</slot>
02447    <hints>
02448     <hint type="sourcelabel">
02449      <x>-1</x>
02450      <y>-1</y>
02451     </hint>
02452     <hint type="destinationlabel">
02453      <x>492</x>
02454      <y>340</y>
02455     </hint>
02456    </hints>
02457   </connection>
02458   <connection>
02459    <sender>actionWizardBoton</sender>
02460    <signal>triggered()</signal>
02461    <receiver>FormPrincipal</receiver>
02462    <slot>LanzarWizard()</slot>
02463    <hints>
02464     <hint type="sourcelabel">
02465      <x>-1</x>
02466      <y>-1</y>
02467     </hint>
02468     <hint type="destinationlabel">
02469      <x>492</x>
02470      <y>340</y>
02471     </hint>
02472    </hints>
02473   </connection>
02474   <connection>
02475    <sender>actionGuardarBoton</sender>
02476    <signal>triggered()</signal>
02477    <receiver>FormPrincipal</receiver>
02478    <slot>Guardar()</slot>
02479    <hints>
02480     <hint type="sourcelabel">
02481      <x>-1</x>
02482      <y>-1</y>
02483     </hint>
02484     <hint type="destinationlabel">
02485      <x>492</x>
02486      <y>340</y>
02487     </hint>
02488    </hints>
02489   </connection>
02490   <connection>
02491    <sender>actionGuardarComoBoton</sender>
02492    <signal>triggered()</signal>
02493    <receiver>FormPrincipal</receiver>
02494    <slot>GuardarComo()</slot>
02495    <hints>
02496     <hint type="sourcelabel">
02497      <x>-1</x>
02498      <y>-1</y>
02499     </hint>
02500     <hint type="destinationlabel">
02501      <x>492</x>
02502      <y>340</y>
02503     </hint>
02504    </hints>
02505   </connection>
02506   <connection>
02507    <sender>actionImprimirBoton</sender>
02508    <signal>triggered()</signal>
02509    <receiver>FormPrincipal</receiver>
02510    <slot>Imprimir()</slot>
02511    <hints>
02512     <hint type="sourcelabel">
02513      <x>-1</x>
02514      <y>-1</y>
02515     </hint>
02516     <hint type="destinationlabel">
02517      <x>492</x>
02518      <y>340</y>
02519     </hint>
02520    </hints>
02521   </connection>
02522   <connection>
02523    <sender>actionExportarJPGBoton</sender>
02524    <signal>triggered()</signal>
02525    <receiver>FormPrincipal</receiver>
02526    <slot>ExportarJPG()</slot>
02527    <hints>
02528     <hint type="sourcelabel">
02529      <x>-1</x>
02530      <y>-1</y>
02531     </hint>
02532     <hint type="destinationlabel">
02533      <x>492</x>
02534      <y>340</y>
02535     </hint>
02536    </hints>
02537   </connection>
02538   <connection>
02539    <sender>actionExportarPDFBoton</sender>
02540    <signal>triggered()</signal>
02541    <receiver>FormPrincipal</receiver>
02542    <slot>ExportarPDF()</slot>
02543    <hints>
02544     <hint type="sourcelabel">
02545      <x>-1</x>
02546      <y>-1</y>
02547     </hint>
02548     <hint type="destinationlabel">
02549      <x>492</x>
02550      <y>340</y>
02551     </hint>
02552    </hints>
02553   </connection>
02554   <connection>
02555    <sender>actionBorrarBoton</sender>
02556    <signal>triggered()</signal>
02557    <receiver>FormPrincipal</receiver>
02558    <slot>Eliminar()</slot>
02559    <hints>
02560     <hint type="sourcelabel">
02561      <x>-1</x>
02562      <y>-1</y>
02563     </hint>
02564     <hint type="destinationlabel">
02565      <x>492</x>
02566      <y>340</y>
02567     </hint>
02568    </hints>
02569   </connection>
02570   <connection>
02571    <sender>actionEditarBoton</sender>
02572    <signal>triggered()</signal>
02573    <receiver>FormPrincipal</receiver>
02574    <slot>BotonEditar()</slot>
02575    <hints>
02576     <hint type="sourcelabel">
02577      <x>-1</x>
02578      <y>-1</y>
02579     </hint>
02580     <hint type="destinationlabel">
02581      <x>492</x>
02582      <y>340</y>
02583     </hint>
02584    </hints>
02585   </connection>
02586   <connection>
02587    <sender>actionTerminarBoton</sender>
02588    <signal>triggered()</signal>
02589    <receiver>FormPrincipal</receiver>
02590    <slot>BotonTerminar()</slot>
02591    <hints>
02592     <hint type="sourcelabel">
02593      <x>-1</x>
02594      <y>-1</y>
02595     </hint>
02596     <hint type="destinationlabel">
02597      <x>492</x>
02598      <y>340</y>
02599     </hint>
02600    </hints>
02601   </connection>
02602   <connection>
02603    <sender>actionEditarTamBoton</sender>
02604    <signal>triggered()</signal>
02605    <receiver>FormPrincipal</receiver>
02606    <slot>EditarTamannoAlbum()</slot>
02607    <hints>
02608     <hint type="sourcelabel">
02609      <x>-1</x>
02610      <y>-1</y>
02611     </hint>
02612     <hint type="destinationlabel">
02613      <x>492</x>
02614      <y>340</y>
02615     </hint>
02616    </hints>
02617   </connection>
02618   <connection>
02619    <sender>actionAnnadirBoton</sender>
02620    <signal>triggered()</signal>
02621    <receiver>FormPrincipal</receiver>
02622    <slot>openFiles()</slot>
02623    <hints>
02624     <hint type="sourcelabel">
02625      <x>-1</x>
02626      <y>-1</y>
02627     </hint>
02628     <hint type="destinationlabel">
02629      <x>492</x>
02630      <y>340</y>
02631     </hint>
02632    </hints>
02633   </connection>
02634   <connection>
02635    <sender>actionSeleccionarTodoBoton</sender>
02636    <signal>triggered()</signal>
02637    <receiver>FormPrincipal</receiver>
02638    <slot>checkAllItems()</slot>
02639    <hints>
02640     <hint type="sourcelabel">
02641      <x>-1</x>
02642      <y>-1</y>
02643     </hint>
02644     <hint type="destinationlabel">
02645      <x>492</x>
02646      <y>340</y>
02647     </hint>
02648    </hints>
02649   </connection>
02650   <connection>
02651    <sender>actionDeseleccionarTodoBoton</sender>
02652    <signal>triggered()</signal>
02653    <receiver>FormPrincipal</receiver>
02654    <slot>uncheckItems()</slot>
02655    <hints>
02656     <hint type="sourcelabel">
02657      <x>-1</x>
02658      <y>-1</y>
02659     </hint>
02660     <hint type="destinationlabel">
02661      <x>492</x>
02662      <y>340</y>
02663     </hint>
02664    </hints>
02665   </connection>
02666   <connection>
02667    <sender>actionEliminarFotosBoton</sender>
02668    <signal>triggered()</signal>
02669    <receiver>FormPrincipal</receiver>
02670    <slot>removeItems()</slot>
02671    <hints>
02672     <hint type="sourcelabel">
02673      <x>-1</x>
02674      <y>-1</y>
02675     </hint>
02676     <hint type="destinationlabel">
02677      <x>492</x>
02678      <y>340</y>
02679     </hint>
02680    </hints>
02681   </connection>
02682   <connection>
02683    <sender>actionPropiedadesBoton</sender>
02684    <signal>triggered()</signal>
02685    <receiver>FormPrincipal</receiver>
02686    <slot>LanzarDialogPropiedades()</slot>
02687    <hints>
02688     <hint type="sourcelabel">
02689      <x>-1</x>
02690      <y>-1</y>
02691     </hint>
02692     <hint type="destinationlabel">
02693      <x>492</x>
02694      <y>340</y>
02695     </hint>
02696    </hints>
02697   </connection>
02698   <connection>
02699    <sender>actionRetrocederBoton</sender>
02700    <signal>triggered()</signal>
02701    <receiver>FormPrincipal</receiver>
02702    <slot>MostrarPaginaAnterior()</slot>
02703    <hints>
02704     <hint type="sourcelabel">
02705      <x>-1</x>
02706      <y>-1</y>
02707     </hint>
02708     <hint type="destinationlabel">
02709      <x>492</x>
02710      <y>340</y>
02711     </hint>
02712    </hints>
02713   </connection>
02714   <connection>
02715    <sender>actionAvanzarBoton</sender>
02716    <signal>triggered()</signal>
02717    <receiver>FormPrincipal</receiver>
02718    <slot>MostrarPagina()</slot>
02719    <hints>
02720     <hint type="sourcelabel">
02721      <x>-1</x>
02722      <y>-1</y>
02723     </hint>
02724     <hint type="destinationlabel">
02725      <x>492</x>
02726      <y>340</y>
02727     </hint>
02728    </hints>
02729   </connection>
02730   <connection>
02731    <sender>action_Salir</sender>
02732    <signal>triggered()</signal>
02733    <receiver>FormPrincipal</receiver>
02734    <slot>CloseApp()</slot>
02735    <hints>
02736     <hint type="sourcelabel">
02737      <x>-1</x>
02738      <y>-1</y>
02739     </hint>
02740     <hint type="destinationlabel">
02741      <x>492</x>
02742      <y>340</y>
02743     </hint>
02744    </hints>
02745   </connection>
02746   <connection>
02747    <sender>actionLineaSeparacionPaginas</sender>
02748    <signal>triggered()</signal>
02749    <receiver>FormPrincipal</receiver>
02750    <slot>MostrarLineasPaginas()</slot>
02751    <hints>
02752     <hint type="sourcelabel">
02753      <x>-1</x>
02754      <y>-1</y>
02755     </hint>
02756     <hint type="destinationlabel">
02757      <x>492</x>
02758      <y>340</y>
02759     </hint>
02760    </hints>
02761   </connection>
02762   <connection>
02763    <sender>actionLineaSeparacionPortada</sender>
02764    <signal>triggered()</signal>
02765    <receiver>FormPrincipal</receiver>
02766    <slot>MostrarLineasPortada()</slot>
02767    <hints>
02768     <hint type="sourcelabel">
02769      <x>-1</x>
02770      <y>-1</y>
02771     </hint>
02772     <hint type="destinationlabel">
02773      <x>492</x>
02774      <y>340</y>
02775     </hint>
02776    </hints>
02777   </connection>
02778   <connection>
02779    <sender>actionBarraHerramientas</sender>
02780    <signal>triggered()</signal>
02781    <receiver>FormPrincipal</receiver>
02782    <slot>MostrarBarraHerramientas()</slot>
02783    <hints>
02784     <hint type="sourcelabel">
02785      <x>-1</x>
02786      <y>-1</y>
02787     </hint>
02788     <hint type="destinationlabel">
02789      <x>492</x>
02790      <y>340</y>
02791     </hint>
02792    </hints>
02793   </connection>
02794   <connection>
02795    <sender>actionArchivo</sender>
02796    <signal>triggered()</signal>
02797    <receiver>FormPrincipal</receiver>
02798    <slot>MostrarBarraArchivo()</slot>
02799    <hints>
02800     <hint type="sourcelabel">
02801      <x>-1</x>
02802      <y>-1</y>
02803     </hint>
02804     <hint type="destinationlabel">
02805      <x>492</x>
02806      <y>340</y>
02807     </hint>
02808    </hints>
02809   </connection>
02810   <connection>
02811    <sender>actionGuardado</sender>
02812    <signal>triggered()</signal>
02813    <receiver>FormPrincipal</receiver>
02814    <slot>MostrarBarraGuardado()</slot>
02815    <hints>
02816     <hint type="sourcelabel">
02817      <x>-1</x>
02818      <y>-1</y>
02819     </hint>
02820     <hint type="destinationlabel">
02821      <x>492</x>
02822      <y>340</y>
02823     </hint>
02824    </hints>
02825   </connection>
02826   <connection>
02827    <sender>actionExportacion</sender>
02828    <signal>triggered()</signal>
02829    <receiver>FormPrincipal</receiver>
02830    <slot>MostrarBarraExportacion()</slot>
02831    <hints>
02832     <hint type="sourcelabel">
02833      <x>-1</x>
02834      <y>-1</y>
02835     </hint>
02836     <hint type="destinationlabel">
02837      <x>492</x>
02838      <y>340</y>
02839     </hint>
02840    </hints>
02841   </connection>
02842   <connection>
02843    <sender>actionEliminacion</sender>
02844    <signal>triggered()</signal>
02845    <receiver>FormPrincipal</receiver>
02846    <slot>MostrarBarraEliminacion()</slot>
02847    <hints>
02848     <hint type="sourcelabel">
02849      <x>-1</x>
02850      <y>-1</y>
02851     </hint>
02852     <hint type="destinationlabel">
02853      <x>492</x>
02854      <y>340</y>
02855     </hint>
02856    </hints>
02857   </connection>
02858   <connection>
02859    <sender>actionEdicion</sender>
02860    <signal>triggered()</signal>
02861    <receiver>FormPrincipal</receiver>
02862    <slot>MostrarBarraEdicion()</slot>
02863    <hints>
02864     <hint type="sourcelabel">
02865      <x>-1</x>
02866      <y>-1</y>
02867     </hint>
02868     <hint type="destinationlabel">
02869      <x>492</x>
02870      <y>340</y>
02871     </hint>
02872    </hints>
02873   </connection>
02874   <connection>
02875    <sender>actionImagenes</sender>
02876    <signal>triggered()</signal>
02877    <receiver>FormPrincipal</receiver>
02878    <slot>MostrarBarraImagenes()</slot>
02879    <hints>
02880     <hint type="sourcelabel">
02881      <x>-1</x>
02882      <y>-1</y>
02883     </hint>
02884     <hint type="destinationlabel">
02885      <x>492</x>
02886      <y>340</y>
02887     </hint>
02888    </hints>
02889   </connection>
02890   <connection>
02891    <sender>actionPropiedades</sender>
02892    <signal>triggered()</signal>
02893    <receiver>FormPrincipal</receiver>
02894    <slot>MostrarBarraPropiedades()</slot>
02895    <hints>
02896     <hint type="sourcelabel">
02897      <x>-1</x>
02898      <y>-1</y>
02899     </hint>
02900     <hint type="destinationlabel">
02901      <x>492</x>
02902      <y>340</y>
02903     </hint>
02904    </hints>
02905   </connection>
02906   <connection>
02907    <sender>actionPaginas</sender>
02908    <signal>triggered()</signal>
02909    <receiver>FormPrincipal</receiver>
02910    <slot>MostrarBarraPaginas()</slot>
02911    <hints>
02912     <hint type="sourcelabel">
02913      <x>-1</x>
02914      <y>-1</y>
02915     </hint>
02916     <hint type="destinationlabel">
02917      <x>492</x>
02918      <y>340</y>
02919     </hint>
02920    </hints>
02921   </connection>
02922   <connection>
02923    <sender>actionAcerca_de</sender>
02924    <signal>triggered()</signal>
02925    <receiver>FormPrincipal</receiver>
02926    <slot>LanzarCreditos()</slot>
02927    <hints>
02928     <hint type="sourcelabel">
02929      <x>-1</x>
02930      <y>-1</y>
02931     </hint>
02932     <hint type="destinationlabel">
02933      <x>492</x>
02934      <y>340</y>
02935     </hint>
02936    </hints>
02937   </connection>
02938   <connection>
02939    <sender>action_ndice</sender>
02940    <signal>triggered()</signal>
02941    <receiver>FormPrincipal</receiver>
02942    <slot>MostrarAyuda()</slot>
02943    <hints>
02944     <hint type="sourcelabel">
02945      <x>-1</x>
02946      <y>-1</y>
02947     </hint>
02948     <hint type="destinationlabel">
02949      <x>492</x>
02950      <y>340</y>
02951     </hint>
02952    </hints>
02953   </connection>
02954   <connection>
02955    <sender>actionNotificar_fallos</sender>
02956    <signal>triggered()</signal>
02957    <receiver>FormPrincipal</receiver>
02958    <slot>EnviarEmail()</slot>
02959    <hints>
02960     <hint type="sourcelabel">
02961      <x>-1</x>
02962      <y>-1</y>
02963     </hint>
02964     <hint type="destinationlabel">
02965      <x>492</x>
02966      <y>340</y>
02967     </hint>
02968    </hints>
02969   </connection>
02970   <connection>
02971    <sender>action_Licencia</sender>
02972    <signal>triggered()</signal>
02973    <receiver>FormPrincipal</receiver>
02974    <slot>MostrarLicencia()</slot>
02975    <hints>
02976     <hint type="sourcelabel">
02977      <x>-1</x>
02978      <y>-1</y>
02979     </hint>
02980     <hint type="destinationlabel">
02981      <x>492</x>
02982      <y>340</y>
02983     </hint>
02984    </hints>
02985   </connection>
02986   <connection>
02987    <sender>actionA_adir_te_xtura</sender>
02988    <signal>triggered()</signal>
02989    <receiver>FormPrincipal</receiver>
02990    <slot>AddTextura()</slot>
02991    <hints>
02992     <hint type="sourcelabel">
02993      <x>-1</x>
02994      <y>-1</y>
02995     </hint>
02996     <hint type="destinationlabel">
02997      <x>492</x>
02998      <y>340</y>
02999     </hint>
03000    </hints>
03001   </connection>
03002  </connections>
03003  <slots>
03004   <slot>openFiles()</slot>
03005   <slot>addFiles()</slot>
03006   <slot>openOutDirectory()</slot>
03007   <slot>removeItems()</slot>
03008   <slot>removeAllItems()</slot>
03009   <slot>onItemSelection()</slot>
03010   <slot>checkItems()</slot>
03011   <slot>checkAllItems()</slot>
03012   <slot>uncheckItems()</slot>
03013   <slot>loadImagePreview()</slot>
03014   <slot>CargarPreview()</slot>
03015   <slot>visualizarPlantilla()</slot>
03016   <slot>SeleccionarFotoFrontal()</slot>
03017   <slot>SeleccionarFotoTrasera()</slot>
03018   <slot>ActivarSeleccionPlantilla()</slot>
03019   <slot>LanzarFormTexto()</slot>
03020   <slot>pruebafunc()</slot>
03021   <slot>LanzarSelectorFondoPortada()</slot>
03022   <slot>LanzarTamanno()</slot>
03023   <slot>ActivarEdicion()</slot>
03024   <slot>DesactivarEdicion()</slot>
03025   <slot>CrearPaginas()</slot>
03026   <slot>MostrarPagina()</slot>
03027   <slot>ActivarEdicionPagina()</slot>
03028   <slot>DesactivarEdicionPagina()</slot>
03029   <slot>MostrarPaginaAnterior()</slot>
03030   <slot>Exportar()</slot>
03031   <slot>NuevoAlbum()</slot>
03032   <slot>Guardar()</slot>
03033   <slot>GuardarComo()</slot>
03034   <slot>Cargar()</slot>
03035   <slot>CloseApp()</slot>
03036   <slot>EditarTamannoAlbum()</slot>
03037   <slot>Eliminar()</slot>
03038   <slot>Imprimir()</slot>
03039   <slot>LanzarWizard()</slot>
03040   <slot>edicionGeneral()</slot>
03041   <slot>terminarEdicionGeneral()</slot>
03042   <slot>LanzarDialogPropiedades()</slot>
03043   <slot>ExportarJPG()</slot>
03044   <slot>ExportarPDF()</slot>
03045   <slot>BotonEditar()</slot>
03046   <slot>BotonTerminar()</slot>
03047   <slot>MostrarLineasPortada()</slot>
03048   <slot>MostrarLineasPaginas()</slot>
03049   <slot>MostrarBarraHerramientas()</slot>
03050   <slot>MostrarBarraArchivo()</slot>
03051   <slot>MostrarBarraGuardado()</slot>
03052   <slot>MostrarBarraExportacion()</slot>
03053   <slot>MostrarBarraEliminacion()</slot>
03054   <slot>MostrarBarraEdicion()</slot>
03055   <slot>MostrarBarraImagenes()</slot>
03056   <slot>MostrarBarraPropiedades()</slot>
03057   <slot>MostrarBarraPaginas()</slot>
03058   <slot>LanzarCreditos()</slot>
03059   <slot>MostrarAyuda()</slot>
03060   <slot>EnviarEmail()</slot>
03061   <slot>MostrarLicencia()</slot>
03062   <slot>AddTextura()</slot>
03063  </slots>
03064 </ui>
 Todo Clases Archivos Funciones Variables