-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinformation.ui
348 lines (348 loc) · 23.9 KB
/
information.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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>information</class>
<widget class="QDialog" name="information">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>593</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>730</width>
<height>593</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>730</width>
<height>626</height>
</size>
</property>
<property name="windowTitle">
<string>Picta Downloader Ayuda</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">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="picta_dl_title">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Picta Downloader Ayuda</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblpictagui">
<property name="maximumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources/images.qrc">:/Logos/picta-dl-gui_logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="tabHelp">
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<attribute name="title">
<string>Configurar Picta-dl</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="txtConfig">
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="documentTitle">
<string/>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial','Arial'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial';"><br />La configuración actual de Picta Downloader es muy sencilla, consta de 3 partes de las cuales una es opcional para el caso que necesite configurar conexión a través de Proxy.<br /><br />Las opciones son las siguientes:<br /><br />1 - Debe poner su usuario y contraseña del sitio </span><a href=" https://www.picta.cu"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;"> https://www.picta.cu</span></a><span style=" font-family:'Arial';"> es una configuración obligatoria ya que sin esto la aplicación no puede obtener las listas de contenidos o listas de reproducción (vídeo y audio) que brindan las URL y por tanto tampoco podrá descargar.<br /><br />2 - Si su conexión es a través de un Proxy puede agregar la IP y puerto de este para que pueda conectarse; si requiere autenticación Básica puede agregar usuario y contraseña del proxy. <br /><br />3 – Puede seleccionar si quiere ver los mensajes de la aplicación como notificaciones del Sistema y si quiere que esta no se minimize en la barra de tareas.<br /><br />4 – Opciones Avanzadas: En este apartado debe tener mucho cuidado y saber lo que esta haciendo pues una mala configuración puede hacer que no le funcione la GUI. Aquí ud. seleccionar si quiere usar picta-dl o FFmpeg que tenga configurado en las variables de entorno del sistema, si tiene dudas sobre de que trata esto puede pasar el mouse (ratón) sobre el texto de la opción y verá la explicación de la misma.<br /><br />- Siempre debe guardar los cambios con el botón Guardar, en caso que no desee guardarlos pues simplemente cancele.<br /><br />Imagen de muestra con las opciones:<br /><br /></span><img src=":/Ayuda/picta-dl-config.png" /><span style=" font-family:'MS Shell Dlg 2';"><br /><br /></span></p></body></html></string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabFAQ">
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<attribute name="title">
<string>Preguntas y Respuestas Frecuentes (F.A.Q )</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="txtFAQ">
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="documentTitle">
<string/>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial','Arial'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial';"><br /></span><span style=" font-family:'Arial'; font-weight:600;">Preguntas y respuestas frecuentes</span><span style=" font-family:'Arial';"><br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Por qué debo poner obligatoriamente mí usuario y contraseña del sitio de Picta en las Listas de Reproducción?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Es obligatorio porque para obtener las listas de reproducción del sitio y descargar sólo puede ser con un usuario registrado.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Se guardan de forma segura los datos?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Si, la contraseña se guarda encriptada.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Puedo conectarme a través de un Proxy con usuario y contraseña?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: La aplicación de momento permite conectarse usando un proxy por la dirección IP y puerto. La autenticación con usuario y contraseña es utilizando el esquema </span><span style=" font-family:'Arial'; font-weight:600;">Básica</span><span style=" font-family:'Arial';">. Si utiliza otro esquema para la autenticación, le recomendamos que use algún programa que proxifique su conexión como Proxifier, ProxyCap u algun otro. Quizás en futuras versiones se implemente otros esquemas de autenticación.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Puedo usar este programa en sistemas que sean de 32 bits?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Actualmente si puede usar la GUI en sistemas de 32 bits, el programa picta-dl ya tiene un compilado para versiones de 32bits de Windows, puede descargarlo desde aquí: </span><a href="https://github.com/oleksis/picta-dl/releases/latest"><span style=" font-family:'Arial'; text-decoration: underline; color:#0000ff;">https://github.com/oleksis/picta-dl/releases/latest</span></a><span style=" font-family:'Arial';">. Debe descargar el ejecutable picta-dl_x86.exe renombrarlo a picta-dl.exe y sustituirlo por el que está en: &quot;C:\Users\SU_USUARIO\AppData\Roaming\Picta-dl_GUI&quot; con eso ya debe poder usar la app en sistemas de 32bits en Windows <br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">Tengo Windows 10 version 2004 recien instalado y me da problemas al descargar</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Si, parece que las versiones recientes de Windows 10 cuando el sistema está recien instalado sin parches de seguridad da problemas de certificados de conexión.<br /><br /> </span><span style=" font-family:'Arial'; font-weight:600;">Nota:</span><span style=" font-family:'Arial';"> A partir de la versión de </span><span style=" font-family:'Arial'; text-decoration: underline;">Windows 10 20H2</span><span style=" font-family:'Arial';"> (actualización de octubre del 2020) ya no tiene este problema.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Cómo creo las listas de reproducción para descargarlas?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: En el sitio de Picta puede crear listas personalizadas con los videos que Ud. seleccione, en cada video le aparecerá un icono para agregar los contenidos a una lista ya creada o si no tiene ninguna puede crearlas en ese momento y adicionarlos, posteriormente puede acceder a esa lista desde su perfil y pasar la URL de esta a este programa y después de procesarla verá todo el contenido y la podrá descargar. <br /><br /></span><img src=":/Ayuda/icono_de_lista.png" /><span style=" font-family:'Arial';"><br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Puedo descargar más de una lista de reproducción?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Si, cuando quiera descargar una lista solo pegue la URL, procese, descargue y así por cada lista que tenga creada o de las que ya están creadas en el sitio.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Cómo identifico las listas de reproducción en el sitio de Picta?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Las listas creadas en el sitio por las personas que suben contenidos a los canales se pueden identificar por el icono que se muestra a la derecha donde se ve la lista de los vídeos que contiene, cuando copia esa URL y la pasa a esta aplicación y la procesa verá el listado de los mismos, aquí una imagen de una lista de reproducción: <br /><br /></span><img src=":/Ayuda/picta_lista_canal.png" /><span style=" font-family:'Arial';"><br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Debo instalar algo adicional para que funcione esta aplicación?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: No, ya todo lo necesario para funcione viene con ella, el picta-dl y el FFmpeg para procesar los vídeos.<br /><br /></span><span style=" font-family:'Arial'; font-weight:496;">¿Puedo descargar vídeos de Youtube?</span><span style=" font-family:'Arial';"><br /><br />Respuesta: Si, actualmente la GUI permite descargar vídeos de Youtube.com, Youtu.be y m.youtube.com<br /><br /></span></p></body></html></string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabCredits">
<attribute name="title">
<string>Créditos</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QTextEdit" name="textEdit">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:2px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/Logos/picta-dl-gui_logo.png" width="128" height="128" /></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:18pt; font-weight:600;">Picta Downloader</span></p>
<p align="justify" style=" margin-top:6px; margin-bottom:6px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial';">Picta Downloader es una aplicación que le permite descargar contenidos audiovisuales del sitio </span><a href="https://www.picta.cu"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">https://www.picta.cu</span></a><span style=" font-family:'Arial';"> , la misma es una </span><span style=" font-family:'Arial'; font-weight:600;">GUI</span><span style=" font-family:'Arial';"> (interfaz gráfica de usuario) o del inglés (graphical user interface) de la app de descargar por consola </span><span style=" font-family:'Arial'; font-weight:600;">picta-dl</span><span style=" font-family:'Arial';"> desarrollada por el ingeniero Oleksis Fraga, la cual se encuentra en GitHub: </span><a href="https://github.com/oleksis/picta-dl"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">https://github.com/oleksis/picta-dl</span></a><span style=" font-family:'Arial';"> <br /></span></p>
<p style=" margin-top:6px; margin-bottom:6px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-weight:600;">Desarrollador Principal</span><span style=" font-family:'Arial';">: </span><a href="https://t.me/Spheres_cu"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">@Spheres_cu</span></a><span style=" font-family:'Arial';"> (seudónimo y usuario en Telegram)<br /><br /></span><span style=" font-family:'Arial'; font-weight:600;">Colaboradores</span><span style=" font-family:'Arial';">:</span></p>
<p style=" margin-top:6px; margin-bottom:6px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial';"> Oleksis Fraga </span><a href="mailto:[email protected]"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">[email protected]</span></a></p>
<p style=" margin-top:6px; margin-bottom:6px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> San Juan <a href="https://github.com/rsanjuan87"><span style=" font-size:8pt; text-decoration: underline; color:#007af4;">https://github.com/rsanjuan87</span></a></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-weight:600;">Repositorio en GitHub</span><span style=" font-family:'Arial';">: </span><a href="https://github.com/oleksis/picta-dl-gui"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">picta-dl-gui</span></a></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-weight:600;">Grupo en Telegram</span><span style=" font-family:'Arial';">: </span><a href="https://t.me/picta_dl_chat"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">picta_dl_chat</span></a><span style=" font-family:'Arial';"> </span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-weight:600;">Canal en Telegram</span><span style=" font-family:'Arial';">: </span><a href="https://t.me/picta_dl"><span style=" font-family:'Arial'; text-decoration: underline; color:#007af4;">picta_dl</span></a></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:20px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-weight:600;">© 2020 , La Habana, Cuba</span></p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="Bnt_exit">
<property name="text">
<string>Salir</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="Resources/images.qrc"/>
</resources>
<connections/>
</ui>