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:
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/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>
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user