Read property value from different files - QML
-
Hello Everyone,
I have 2 different separated components in 2 different files, I want to check if the first component isHovered but from the other component in the second file, How can I do that ?
I gave it hands, I tried to make it using signals, or by making pubic property but It didn't work.Thanks