-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.ui
334 lines (334 loc) · 13 KB
/
configuration.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>configuration</class>
<widget class="QDialog" name="configuration">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>492</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>450</width>
<height>492</height>
</size>
</property>
<property name="windowTitle">
<string>Picta-dl Configuración</string>
</property>
<property name="windowIcon">
<iconset resource="Resources/images.qrc">
<normaloff>:/Logos/picta_dl_gui_icon.ico</normaloff>:/Logos/picta_dl_gui_icon.ico</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources/images.qrc">:/Logos/configuration_icon.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="picta_dl_title">
<property name="maximumSize">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Configuración de Picta Downloader</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Usuario de Picta (Obligatorio para Listas de reproducción)</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="2">
<widget class="QLineEdit" name="lnEdit_user_picta">
<property name="maximumSize">
<size>
<width>130</width>
<height>20</height>
</size>
</property>
<property name="maxLength">
<number>15</number>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lbl_user_picta_3">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Usuario</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLineEdit" name="lnEdit_pass_picta">
<property name="maxLength">
<number>20</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="lbl_pass_picta">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Contraseña</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Proxy</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="3" column="2" colspan="3">
<widget class="QLineEdit" name="lnEdit_ip_proxy">
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="maxLength">
<number>16</number>
</property>
<property name="placeholderText">
<string>192.168.1.1</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QLabel" name="lbl_ip_proxy">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Proxy</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<widget class="QLabel" name="lbl_user_proxy">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Usuario</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="8" column="2" colspan="3">
<widget class="QLineEdit" name="lnEdit_user_proxy">
<property name="enabled">
<bool>true</bool>
</property>
<property name="maxLength">
<number>15</number>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="6">
<widget class="QLineEdit" name="lnEdit_port_proxy">
<property name="maxLength">
<number>4</number>
</property>
<property name="placeholderText">
<string>3128</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="8" column="6">
<widget class="QLineEdit" name="lnEdit_pass_proxy">
<property name="enabled">
<bool>true</bool>
</property>
<property name="maxLength">
<number>20</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="5">
<widget class="QLabel" name="lbl_port_proxy">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Puerto</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="8" column="5">
<widget class="QLabel" name="lbl_pass_proxy">
<property name="text">
<string><html><head/><body><p><span style="font-weight:600;">Contraseña</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkSystray">
<property name="toolTip">
<string><html><head/><body><p align="center"><span style="font-weight:600; color:#e80707;">Minimizar en el área de notificaciones</span><br/><br/><span style="">El área de notificación se encuentra en el extremo derecho de la barra de tareas. Si selecciona esta opción el icono de Picta Downloader se mostrará ahí y no en la barra de tareas. </span></p></body></html></string>
</property>
<property name="text">
<string>Minimizar en el área de notificación de Sistema</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkNotified">
<property name="toolTip">
<string><html><head/><body><p align="center"><span style="font-weight:600; color:#e80707;">Mostrar en las notificaciones del Sistema</span><br/><br/><span style="">Esta opción le mostrará una notificación de Sistema cuando termine de procesar una URL, las descargas estén completada y los errores </span></p></body></html></string>
</property>
<property name="text">
<string>Mostrar en las notificaciones del Sistema</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Opciones Avanzadas</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="checkEnvPictadl">
<property name="toolTip">
<string><html><head/><body><p align="center"><span style="font-weight:600; color:#e80707;">Usar picta-dl de las variables de entorno del sistema</span><br/><br/><span style="">Una <b>variable de entorno</b> es una cadena de texto que los sistemas operativos como Windows, Linux o Mac usan para almacenar valores, en este caso seria el PATH o camino donde esta el binario ejecutable de picta-dl, por tanto si selecciona esta opción es que ya ud. tiene declara esta variable y no necesita el picta-dl que viene por defecto en la GUI. </span><br/><span style="font-weight:600; ">NOTA</span><span style="">: ¡Si no tiene configurada esa variable de entorno en el sistema no marque esta opción o tendrá problemas al usar la aplicación!</span></p></body></html></string>
</property>
<property name="text">
<string>Usar picta-dl de las variables de entorno del sistema</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkEnvFFmpeg">
<property name="toolTip">
<string><html><head/><body><p align="center"><span style="font-weight:600; color:#e80707;">Usar FFmpeg de las variables de entorno del sistema</span><br/><br/><span style="">Una <b>variable de entorno</b> es una cadena de texto que los sistemas operativos como Windows, Linux o Mac usan para almacenar valores, en este caso seria el PATH o camino donde esta el binario ejecutable de FFmpeg, por tanto si selecciona esta opción es que ya ud. tiene declara esta variable y no necesita el FFmpeg que viene por defecto en la GUI.</span><br/><span style="font-weight:600; ">NOTA</span><span style="">: ¡Si no tiene configurada esa variable de entorno en el sistema no marque esta opción o tendrá problemas al usar la aplicación!</span></p></body></html></string>
</property>
<property name="text">
<string>Usar FFmpeg de las variables de entorno del sistema</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="BntCancel">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Cancelar</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="BntSave">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Guardar</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>lnEdit_user_picta</tabstop>
<tabstop>lnEdit_pass_picta</tabstop>
<tabstop>lnEdit_ip_proxy</tabstop>
<tabstop>lnEdit_port_proxy</tabstop>
<tabstop>lnEdit_user_proxy</tabstop>
<tabstop>lnEdit_pass_proxy</tabstop>
<tabstop>BntSave</tabstop>
</tabstops>
<resources>
<include location="Resources/images.qrc"/>
</resources>
<connections/>
</ui>