QML user defined
-
Hello,
I would like my user creating his own UI using QtQuick on runtime.
And then connect each one to a signal, and then save that UI.
It exists some examples? Can you give a direction please?
Thank you.
Hi! As a starting point, see Dynamic QML Object Creation from JavaScript and Signal and Handler Event System.