Editing QML files in Design mode
Unsolved
General and Desktop
-
I have a gui project written in qml. It contains many custom qml files as well. The project runs well on "Run" mode. But I am not able to make changes to the UI( qml files) through "Design" mode. Can smebody offer some help in this regard? I want to make changes to the UI visually through "Design" rather than editing the qml files.
-
Hi @akhilprsd
AFAIK , if your qml files are not created with qt designer you can not edit them with qt quick designer,
To edit qml files with qt quick designer , files must be created as Qt Quick UI Forms
-