-
Suggestion
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.3.0
-
None
In Qt 5.3.0 it is possible to set a bitmap to be displayed as splash screen while Qt libraries are being loaded. However, the bitmap is stretched to fit screen which looks very bad. I suggest to use an unscaled and centered image and fill the rest of the window with color of (0,0) pixel of the image. Here is a patch which does the job.