Browse Source

- Updated splash screen to v0.10.0

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
2f0bee3b19
  1. BIN
      src/Icons/splash.jpg
  2. BIN
      src/Icons/splash.png
  3. 4
      src/icons.qrc
  4. 2
      src/main.cpp

BIN
src/Icons/splash.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
src/Icons/splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

4
src/icons.qrc

@ -17,7 +17,7 @@ @@ -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 @@ @@ -74,4 +74,4 @@
<file>Icons/skin/delete_all.png</file>
<file>Icons/skin/info.png</file>
</qresource>
</RCC>
</RCC>

2
src/main.cpp

@ -136,7 +136,7 @@ int main(int argc, char *argv[]){ @@ -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…
Cancel
Save