Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit 0e06415

Browse files
author
ingbyr
committed
v0.1.1
Former-commit-id: 691dbad7455140d923f63e57669a37047eb715d0 [formerly a60cd4a] Former-commit-id: c0bf101298cc784b811a435e9331548fa27fafef
1 parent a7e7413 commit 0e06415

9 files changed

+1593
-65
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ app/tmp.py
9494
app/build/
9595
app/dist/
9696
app/*.log
97+
*.mp4
98+
*.flv
99+
*.xml
97100

98101

99102

app/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = 'InG_byr'
1010

11-
version = '0.1.0'
11+
version = '0.1.1'
1212

1313
buildtime = date.today()
1414

app/ui/about_widget.ui

+49-12
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>500</width>
10-
<height>250</height>
9+
<width>450</width>
10+
<height>200</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -20,8 +20,8 @@
2020
<widget class="QLabel" name="label_logo">
2121
<property name="geometry">
2222
<rect>
23-
<x>10</x>
24-
<y>70</y>
23+
<x>20</x>
24+
<y>60</y>
2525
<width>131</width>
2626
<height>121</height>
2727
</rect>
@@ -36,14 +36,14 @@
3636
<widget class="QLabel" name="label_info">
3737
<property name="geometry">
3838
<rect>
39-
<x>170</x>
40-
<y>50</y>
41-
<width>311</width>
42-
<height>191</height>
39+
<x>190</x>
40+
<y>60</y>
41+
<width>231</width>
42+
<height>131</height>
4343
</rect>
4444
</property>
4545
<property name="text">
46-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/ingbyr/GUI-YouGet&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;GUI-YouGet &lt;/span&gt;&lt;/a&gt;is a video download software &lt;/p&gt;&lt;p&gt;Follow open source License &lt;a href=&quot;https://raw.githubusercontent.com/ingbyr/GUI-YouGet/master/LICENSE.txt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;MIT&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Based on the program &lt;a href=&quot;https://github.com/soimort/you-get&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;you-get&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Coder: InG_byr ( &lt;a href=&quot;http://www.ingbyr.tk&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Blog &lt;/span&gt;&lt;/a&gt;/ &lt;a href=&quot;http://www.weibo.com/zwkv5&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Weibo&lt;/span&gt;&lt;/a&gt; )&lt;/p&gt;&lt;p&gt;UI Designer: No one&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
46+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;GitHub Repository: &lt;a href=&quot;https://github.com/ingbyr/GUI-YouGet&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;GUI-YouGet&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;License: &lt;a href=&quot;https://raw.githubusercontent.com/ingbyr/GUI-YouGet/master/LICENSE.txt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;MIT&lt;/span&gt;&lt;/a&gt; | Based on: &lt;a href=&quot;https://github.com/soimort/you-get&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;you-get&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Coder: InG_byr ( &lt;a href=&quot;http://www.ingbyr.tk&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Blog&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;http://www.weibo.com/zwkv5&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Weibo&lt;/span&gt;&lt;/a&gt; )&lt;/p&gt;&lt;p&gt;UI Designer: No one&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
4747
</property>
4848
<property name="textFormat">
4949
<enum>Qt::RichText</enum>
@@ -54,7 +54,7 @@
5454
<rect>
5555
<x>170</x>
5656
<y>10</y>
57-
<width>121</width>
57+
<width>111</width>
5858
<height>41</height>
5959
</rect>
6060
</property>
@@ -76,12 +76,49 @@
7676
<widget class="QLabel" name="label_version">
7777
<property name="geometry">
7878
<rect>
79-
<x>309</x>
80-
<y>25</y>
79+
<x>300</x>
80+
<y>20</y>
8181
<width>131</width>
8282
<height>20</height>
8383
</rect>
8484
</property>
85+
<property name="palette">
86+
<palette>
87+
<active>
88+
<colorrole role="Text">
89+
<brush brushstyle="SolidPattern">
90+
<color alpha="255">
91+
<red>121</red>
92+
<green>121</green>
93+
<blue>121</blue>
94+
</color>
95+
</brush>
96+
</colorrole>
97+
</active>
98+
<inactive>
99+
<colorrole role="Text">
100+
<brush brushstyle="SolidPattern">
101+
<color alpha="255">
102+
<red>121</red>
103+
<green>121</green>
104+
<blue>121</blue>
105+
</color>
106+
</brush>
107+
</colorrole>
108+
</inactive>
109+
<disabled>
110+
<colorrole role="Text">
111+
<brush brushstyle="SolidPattern">
112+
<color alpha="255">
113+
<red>159</red>
114+
<green>158</green>
115+
<blue>158</blue>
116+
</color>
117+
</brush>
118+
</colorrole>
119+
</disabled>
120+
</palette>
121+
</property>
85122
<property name="text">
86123
<string/>
87124
</property>

app/ui/main_window.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ def set_slot(self):
3939
self.action_file_path.triggered.connect(self.set_file_path)
4040
self.action_check_for_updates.triggered.connect(self.check_for_updates)
4141
self.action_report_bugs.triggered.connect(self.report_bugs)
42-
self.action_supported_sites.triggered.connect(self.get_supported_sites)
42+
# self.action_supported_sites.triggered.connect(self.get_supported_sites)
4343

44-
def get_supported_sites(self):
45-
QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/wiki/Supported-Sites'))
44+
# def get_supported_sites(self):
45+
# QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/wiki/Supported-Sites'))
4646

4747
def get_info(self):
4848
mconfig.set_default()

0 commit comments

Comments
 (0)