onReady or onDisplayed?
-
Hello,
I have to populate a Scrollview programmatically by reading a file and dinamically create objects, something which is certainly really common.
I've created the Scrollview in QML, but I'm wondering how to know when I can populate it from C++ side.I was looking for something like onReady or onDisplayed on QML side to be able to call a C++ slot to ask C++ side to do the job but I didn't find it.
How such thing is commonly done?
Regards,
Alain -
Hello,
I have to populate a Scrollview programmatically by reading a file and dinamically create objects, something which is certainly really common.
I've created the Scrollview in QML, but I'm wondering how to know when I can populate it from C++ side.I was looking for something like onReady or onDisplayed on QML side to be able to call a C++ slot to ask C++ side to do the job but I didn't find it.
How such thing is commonly done?
Regards,
Alain