mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update splash screen
This commit is contained in:
parent
d7e681d7e5
commit
4b6d02479f
Binary file not shown.
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 462 KiB |
Binary file not shown.
BIN
doc/artwork/splash_original.png
Normal file
BIN
doc/artwork/splash_original.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 935 KiB |
BIN
doc/artwork/splash_small.png
Normal file
BIN
doc/artwork/splash_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 462 KiB |
@ -107,7 +107,9 @@ Misc::ModuleManager::ModuleManager()
|
|||||||
qApp->setFont(font);
|
qApp->setFont(font);
|
||||||
|
|
||||||
// Show splash screen
|
// Show splash screen
|
||||||
m_splash.setPixmap(QPixmap(":/images/splash.png"));
|
QPixmap splash(":/images/splash.png");
|
||||||
|
splash.setDevicePixelRatio(qApp->devicePixelRatio());
|
||||||
|
m_splash.setPixmap(splash);
|
||||||
m_splash.show();
|
m_splash.show();
|
||||||
|
|
||||||
// Stop modules when application is about to quit
|
// Stop modules when application is about to quit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user