I have several QML files and, one is the Main QML and the other QMLs are the child files. I need to change the child text values from Main QML since I receive signal in the Main QML
How can I pass data from Main QML to other QML?
Is It true to receive Siganls emitted from C++ in each QML?
Comments
Post a Comment