1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 16:57:55 +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/unhappy.png</file>
<file>Icons/filter.png</file>
<file>Icons/splash.jpg</file>
<file>Icons/splash.png</file>
<file>Icons/home.png</file>
<file>Icons/uparrow.png</file>
<file>Icons/rss.png</file>
@ -74,4 +74,4 @@
<file>Icons/skin/delete_all.png</file>
<file>Icons/skin/info.png</file>
</qresource>
</RCC>
</RCC>

View File

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