Qt 6.11 is out! See what's new in the release
blog
Qt Creator - white screen
-
Hi!
I've launched today Qt Creator (5.5.1).
I see white screen inside main window.
I can click inside.
So, controls are invisible, but they exist!
What can I do for fixing? -
Hi, just guessing, but it could be some OpenGL-related problem, try starting Qt Creator from a CMD window to disable the Welcome plugin, like this:
C:\Qt\Tools\QtCreator\bin\qtcreator -noload WelcomeBingo!!
@hskoglund thanks a lot!