is there a way to use behavior from outside the item ? (QtQuick designer doesn't support behavior).
say I have a rectangle defined in From.ui.qml with then id rec, in the file Form.qml I want to assign a behavior on x property of rec, how can I do it.?
This will create a
property aliasin theui.qml-file.// NewFormular.ui.qml
//New.qml
main.qml//main.qml
If you want to hide it again, you can wrap it in a
Itemagain://New.qml v2