[Bug] QtQuick Design (Form Editor) completely blank
-
Hi, I have QtCreator 6, and my "toolchain" is Qt version 5.15 (i.e, mingw etc in the folder
C:\Qt\5.15.1
).When I click on the "Design" tab for a QtQuick app (for both python and Cpp), the application is STARTED (i.e, same as Ctrl+R) and the preview appears completely blank:
I reinstalled QtCreator completely and the issue persists...
-
I'm never using the form editor so can't comment on that. But if you want to report a bug and hope to have it fixed, better do it on the official bug tracker: bugreports.qt.io
-
It turned out to be the same bug as described here:
https://forum.qt.io/topic/124259/item-could-not-be-created/28
I followed the solution proposed there and with some tweaking of the Environment Kit I got it to work.
Worked for me using Qt Desktop 5.15.1 MinGW 64-bit. Did NOT work with Qt Desktop 5.15.1 MSVS201x 64-bit. Have not tried version 6 (because of python conflicts with Pyside 2).