-
Notifications
You must be signed in to change notification settings - Fork 0
/
qutubedl.ui
117 lines (117 loc) · 6.66 KB
/
qutubedl.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Qutubedl</class>
<widget class="QWidget" name="Qutubedl">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>693</width>
<height>435</height>
</rect>
</property>
<property name="windowTitle">
<string>Qutubedl</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="8" column="0" colspan="2">
<widget class="QTextBrowser" name="output_tb">
<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:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">This program is a Qt based GUI frontend for youtube-dl program.</span></p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">Copyright (C) 2016 Samadrita Karmakar (samadritakarmakar@gmail.com)</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Hack';"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">This program is free software: you can redistribute it and/or modify</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">it under the terms of the GNU General Public License as published by</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">the Free Software Foundation, either version 3 of the License, or</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">(at your option) any later version.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Hack';"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">This program is distributed in the hope that it will be useful,</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">GNU General Public License for more details.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Hack';"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">You should have received a copy of the GNU General Public License</span></p>
<p style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Hack';">along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></p></body></html></string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="frmt">
<property name="text">
<string>18</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="prxy"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Url(s):
(separated by space)</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Format Code:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Proxy:</string>
</property>
</widget>
</item>
<item row="5" column="1" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="label_4">
<property name="text">
<string>eg: socks://127.0.0.1:9050/</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QPushButton" name="stop_pb">
<property name="text">
<string>Stop!</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QPushButton" name="Go_pb">
<property name="text">
<string>Go!</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="get_fmt_pb">
<property name="text">
<string>Available Format?</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QPushButton" name="updt_bcknd_pb">
<property name="text">
<string>Update Backend</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QTextEdit" name="url"/>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>