Scope in QML
-
Hello Everyone,
I could be appreciated if anyone helps me to understand the scope of variables in qml, my main problem is I want to notify an item when another item is hovered, but each of them in a different file, How can I do that ?Thanks.
-
@Anas-A.-Ismail said:
I want to notify an item when another item is hovered, but each of them in a different file, How can I do that ?
Hi,
Use signals: http://doc.qt.io/qt-5/qtqml-syntax-signals.html