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

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
Former-commit-id: 691dbad7455140d923f63e57669a37047eb715d0 [formerly a60cd4a]
Former-commit-id: c0bf101298cc784b811a435e9331548fa27fafef
  • Loading branch information
ingbyr committed Jul 29, 2016
1 parent a7e7413 commit 0e06415
Show file tree
Hide file tree
Showing 9 changed files with 1,593 additions and 65 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -94,6 +94,9 @@ app/tmp.py
app/build/
app/dist/
app/*.log
*.mp4
*.flv
*.xml



Expand Down
2 changes: 1 addition & 1 deletion app/config.py
Expand Up @@ -8,7 +8,7 @@

__author__ = 'InG_byr'

version = '0.1.0'
version = '0.1.1'

buildtime = date.today()

Expand Down
61 changes: 49 additions & 12 deletions app/ui/about_widget.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>250</height>
<width>450</width>
<height>200</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -20,8 +20,8 @@
<widget class="QLabel" name="label_logo">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<x>20</x>
<y>60</y>
<width>131</width>
<height>121</height>
</rect>
Expand All @@ -36,14 +36,14 @@
<widget class="QLabel" name="label_info">
<property name="geometry">
<rect>
<x>170</x>
<y>50</y>
<width>311</width>
<height>191</height>
<x>190</x>
<y>60</y>
<width>231</width>
<height>131</height>
</rect>
</property>
<property name="text">
<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>
<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>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
Expand All @@ -54,7 +54,7 @@
<rect>
<x>170</x>
<y>10</y>
<width>121</width>
<width>111</width>
<height>41</height>
</rect>
</property>
Expand All @@ -76,12 +76,49 @@
<widget class="QLabel" name="label_version">
<property name="geometry">
<rect>
<x>309</x>
<y>25</y>
<x>300</x>
<y>20</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>121</red>
<green>121</green>
<blue>121</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>121</red>
<green>121</green>
<blue>121</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>159</red>
<green>158</green>
<blue>158</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="text">
<string/>
</property>
Expand Down
6 changes: 3 additions & 3 deletions app/ui/main_window.py
Expand Up @@ -39,10 +39,10 @@ def set_slot(self):
self.action_file_path.triggered.connect(self.set_file_path)
self.action_check_for_updates.triggered.connect(self.check_for_updates)
self.action_report_bugs.triggered.connect(self.report_bugs)
self.action_supported_sites.triggered.connect(self.get_supported_sites)
# self.action_supported_sites.triggered.connect(self.get_supported_sites)

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

def get_info(self):
mconfig.set_default()
Expand Down

0 comments on commit 0e06415

Please sign in to comment.