Qml editor
General and Desktop
4
Posts
2
Posters
1.6k
Views
1
Watching
-
Hi
Our company need a visual qml editor and I have been looking on Qt Declarative Module, im little confused on how to use it. It looks like it view the qml file but I need a class that can interact with the qml elements in the qml file with a mouse. How can I get the qml element that the mouse is clicking on in a QtDeclarativeView?When I first was looking at this I looked at the qmldesigner in qtcreator. Where can I find some documentation on how the qmldesigner was developed? I have the source for the qt creator but havent yet digged in.
Anyone know a good approach to get started with a qml designer?
Thanks in advance.
Im new to qt but have been coding c++ and objective-c for a 5-years.