1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Updated splash screen to v0.10.0

This commit is contained in:
Christophe Dumez 2007-04-03 12:24:12 +00:00
parent ab1d664f07
commit 2f0bee3b19
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
src/Icons/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -17,7 +17,7 @@
<file>Icons/systemtray.png</file> <file>Icons/systemtray.png</file>
<file>Icons/unhappy.png</file> <file>Icons/unhappy.png</file>
<file>Icons/filter.png</file> <file>Icons/filter.png</file>
<file>Icons/splash.jpg</file> <file>Icons/splash.png</file>
<file>Icons/home.png</file> <file>Icons/home.png</file>
<file>Icons/uparrow.png</file> <file>Icons/uparrow.png</file>
<file>Icons/rss.png</file> <file>Icons/rss.png</file>

View File

@ -136,7 +136,7 @@ int main(int argc, char *argv[]){
#endif #endif
#endif #endif
useStyle(&app, style); useStyle(&app, style);
QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.jpg")); QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.png"));
splash->show(); splash->show();
// Open options file to read locale // Open options file to read locale
locale = settings.value("Options/Language/Locale", QString()).toString(); locale = settings.value("Options/Language/Locale", QString()).toString();