Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do you connect a clicked() signal of a Button in QML, with a C++ slot? Can you give me an example?
Buttons are created dynamically, ie they dont have ID's. They have objectNames that should pass back to C++ code once the signal has been emitted.
Thank you
PS: Any example is appreciated