mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Updated splash screen to v0.10.0
This commit is contained in:
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
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…
Add table
Add a link
Reference in a new issue