Qt 6.11 is out! See what's new in the release
blog
Qml can not edit in Qt crator design (Qt Quick Application for Python project)
-
I've started Qt!
I began with hello world in Qt quick application project from Qt creator.
My hello world is just opening window by loading qml by PySide.
Python program can run, and window successfully open.
But, i can not edit qml window in Qt creator design.
Window with Go to error message showed up, and I can not select any other items.
What I took mistake? and how can I solve this and edit window ?project was generated below:
project generated: new project -> Application (Qt for Python) ->Qt Quick Application - Empty