Added windows icon

This commit is contained in:
Masahiko AMANO 2020-08-23 23:16:08 +03:00
parent 33b0cc5996
commit 7f790a2e82
4 changed files with 13 additions and 3 deletions

View File

@ -31,6 +31,10 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Newgrounds Audio Downloader</string> <string>Newgrounds Audio Downloader</string>
</property> </property>
<property name="windowIcon">
<iconset>
<normaloff>../icon.ico</normaloff>../icon.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="title"> <widget class="QLabel" name="title">
<property name="geometry"> <property name="geometry">

View File

@ -31,6 +31,10 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Dialog</string>
</property> </property>
<property name="windowIcon">
<iconset>
<normaloff>../icon.ico</normaloff>../icon.ico</iconset>
</property>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="geometry"> <property name="geometry">
<rect> <rect>

Binary file not shown.

View File

@ -16,8 +16,10 @@ Or you just use the [`NGAudioDownloader.exe`](NGAudioDownloader.exe) so all you
## Usage ## Usage
![Start screen shot](https://i.ibb.co/Vw0LDLQ/2020-08-23-22-41-13-Newgrounds-Audio-Downloader.png)
![ProgressBar dialog](https://i.ibb.co/PFqNFVF/2020-08-23-22-42-21-Downloading-Mysterious-Planet.png)
It's easy as pie. You just run the downloader, enter your song ID and your file is being downloaded! It's easy as pie. You just run the downloader, enter your song ID and your file is being downloaded!
## Screenshots
![Start screen shot](https://i.ibb.co/rFGPM8x/2020-08-23-23-10-48-Newgrounds-Audio-Downloader.png)
![ProgressBar dialog](https://i.ibb.co/6tV9cjH/2020-08-23-23-12-03-Downloading-Mysterious-Planet.png)