Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I use Qt 6 and windows 10. I create new project and can't use designer. I get error:
Line 0: The Design Mode requires a valid Qt kit
code:
import QtQuick 2.4 Item { width: 1000 height: 700 }
I have the same issue and I use Qt 6 and virtual box with Ubuntu 20.04. Any body can help ?