Tutorial 036. Working with Signals and Slots in QML
My question is: How can I make a slot for this signal in main QML? I'm familiar to signal and slot mechanism in C++, but that does not work for QML.
Integrating C++ with QML | ICS
The signal/slot mechanism has the following features. ... When a signal is emitted then any arguments are converted to C++ types if possible.
GitHub - mmlado/cpp-qt-signal-slot-example: Example code for singnals and slots writen in c++ using Qt framework.
Example code for singnals and slots writen in c++ using Qt framework. - mmlado/cpp-qt-signal-slot-example
