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:
parent
ab1d664f07
commit
2f0bee3b19
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
BIN
src/Icons/splash.png
Normal file
BIN
src/Icons/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
@ -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>
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user