![]() |
OpenAlbum 1.0.b
|
00001 <?xml version="1.0" encoding="UTF-8"?> 00002 <ui version="4.0"> 00003 <class>dialogMarcos</class> 00004 <widget class="QDialog" name="dialogMarcos"> 00005 <property name="geometry"> 00006 <rect> 00007 <x>0</x> 00008 <y>0</y> 00009 <width>401</width> 00010 <height>237</height> 00011 </rect> 00012 </property> 00013 <property name="windowTitle"> 00014 <string>Añade marcos para las fotos</string> 00015 </property> 00016 <property name="windowIcon"> 00017 <iconset> 00018 <normaloff>../../../data/iconlargue.png</normaloff>../../../data/iconlargue.png</iconset> 00019 </property> 00020 <widget class="QTreeWidget" name="selectorMarcos"> 00021 <property name="geometry"> 00022 <rect> 00023 <x>167</x> 00024 <y>40</y> 00025 <width>211</width> 00026 <height>111</height> 00027 </rect> 00028 </property> 00029 <column> 00030 <property name="text"> 00031 <string notr="true">Marcos</string> 00032 </property> 00033 </column> 00034 </widget> 00035 <widget class="QGraphicsView" name="visorMarcos"> 00036 <property name="geometry"> 00037 <rect> 00038 <x>17</x> 00039 <y>40</y> 00040 <width>141</width> 00041 <height>111</height> 00042 </rect> 00043 </property> 00044 <property name="styleSheet"> 00045 <string notr="true">background: transparent; border:none</string> 00046 </property> 00047 <property name="verticalScrollBarPolicy"> 00048 <enum>Qt::ScrollBarAlwaysOff</enum> 00049 </property> 00050 <property name="horizontalScrollBarPolicy"> 00051 <enum>Qt::ScrollBarAlwaysOff</enum> 00052 </property> 00053 </widget> 00054 <widget class="QPushButton" name="pushCancelar"> 00055 <property name="geometry"> 00056 <rect> 00057 <x>60</x> 00058 <y>200</y> 00059 <width>98</width> 00060 <height>27</height> 00061 </rect> 00062 </property> 00063 <property name="text"> 00064 <string>&Cancelar</string> 00065 </property> 00066 </widget> 00067 <widget class="QPushButton" name="pushElegir"> 00068 <property name="enabled"> 00069 <bool>false</bool> 00070 </property> 00071 <property name="geometry"> 00072 <rect> 00073 <x>280</x> 00074 <y>200</y> 00075 <width>98</width> 00076 <height>27</height> 00077 </rect> 00078 </property> 00079 <property name="text"> 00080 <string>&Elegir</string> 00081 </property> 00082 </widget> 00083 <widget class="QComboBox" name="seleccionarModo"> 00084 <property name="geometry"> 00085 <rect> 00086 <x>15</x> 00087 <y>160</y> 00088 <width>361</width> 00089 <height>27</height> 00090 </rect> 00091 </property> 00092 </widget> 00093 <widget class="QPushButton" name="pushTerminar"> 00094 <property name="geometry"> 00095 <rect> 00096 <x>170</x> 00097 <y>200</y> 00098 <width>98</width> 00099 <height>27</height> 00100 </rect> 00101 </property> 00102 <property name="text"> 00103 <string>&Terminar</string> 00104 </property> 00105 </widget> 00106 <widget class="QLabel" name="labelCon"> 00107 <property name="geometry"> 00108 <rect> 00109 <x>20</x> 00110 <y>10</y> 00111 <width>121</width> 00112 <height>17</height> 00113 </rect> 00114 </property> 00115 <property name="text"> 00116 <string>Fotos con marco: </string> 00117 </property> 00118 </widget> 00119 <widget class="QLabel" name="labelSin"> 00120 <property name="geometry"> 00121 <rect> 00122 <x>230</x> 00123 <y>10</y> 00124 <width>121</width> 00125 <height>17</height> 00126 </rect> 00127 </property> 00128 <property name="text"> 00129 <string>Fotos sin marco: </string> 00130 </property> 00131 </widget> 00132 <widget class="QLabel" name="numCon"> 00133 <property name="geometry"> 00134 <rect> 00135 <x>140</x> 00136 <y>10</y> 00137 <width>21</width> 00138 <height>17</height> 00139 </rect> 00140 </property> 00141 <property name="text"> 00142 <string>0</string> 00143 </property> 00144 </widget> 00145 <widget class="QLabel" name="numSin"> 00146 <property name="geometry"> 00147 <rect> 00148 <x>350</x> 00149 <y>10</y> 00150 <width>21</width> 00151 <height>17</height> 00152 </rect> 00153 </property> 00154 <property name="text"> 00155 <string>0</string> 00156 </property> 00157 </widget> 00158 </widget> 00159 <resources/> 00160 <connections> 00161 <connection> 00162 <sender>selectorMarcos</sender> 00163 <signal>itemSelectionChanged()</signal> 00164 <receiver>dialogMarcos</receiver> 00165 <slot>ActivarVisualizacionMarcos()</slot> 00166 <hints> 00167 <hint type="sourcelabel"> 00168 <x>272</x> 00169 <y>95</y> 00170 </hint> 00171 <hint type="destinationlabel"> 00172 <x>200</x> 00173 <y>118</y> 00174 </hint> 00175 </hints> 00176 </connection> 00177 <connection> 00178 <sender>pushElegir</sender> 00179 <signal>clicked()</signal> 00180 <receiver>dialogMarcos</receiver> 00181 <slot>ElegirMarco()</slot> 00182 <hints> 00183 <hint type="sourcelabel"> 00184 <x>328</x> 00185 <y>213</y> 00186 </hint> 00187 <hint type="destinationlabel"> 00188 <x>200</x> 00189 <y>118</y> 00190 </hint> 00191 </hints> 00192 </connection> 00193 <connection> 00194 <sender>pushTerminar</sender> 00195 <signal>clicked()</signal> 00196 <receiver>dialogMarcos</receiver> 00197 <slot>FinalizarLabor()</slot> 00198 <hints> 00199 <hint type="sourcelabel"> 00200 <x>218</x> 00201 <y>213</y> 00202 </hint> 00203 <hint type="destinationlabel"> 00204 <x>200</x> 00205 <y>118</y> 00206 </hint> 00207 </hints> 00208 </connection> 00209 <connection> 00210 <sender>seleccionarModo</sender> 00211 <signal>currentIndexChanged(QString)</signal> 00212 <receiver>dialogMarcos</receiver> 00213 <slot>ActivarBotonElegir()</slot> 00214 <hints> 00215 <hint type="sourcelabel"> 00216 <x>195</x> 00217 <y>173</y> 00218 </hint> 00219 <hint type="destinationlabel"> 00220 <x>200</x> 00221 <y>118</y> 00222 </hint> 00223 </hints> 00224 </connection> 00225 <connection> 00226 <sender>pushCancelar</sender> 00227 <signal>clicked()</signal> 00228 <receiver>dialogMarcos</receiver> 00229 <slot>close()</slot> 00230 <hints> 00231 <hint type="sourcelabel"> 00232 <x>108</x> 00233 <y>213</y> 00234 </hint> 00235 <hint type="destinationlabel"> 00236 <x>200</x> 00237 <y>118</y> 00238 </hint> 00239 </hints> 00240 </connection> 00241 </connections> 00242 <slots> 00243 <slot>ActivarVisualizacionMarcos()</slot> 00244 <slot>ElegirMarco()</slot> 00245 <slot>FinalizarLabor()</slot> 00246 <slot>ActivarBotonElegir()</slot> 00247 </slots> 00248 </ui>