PDA

View Full Version : How to add components to a container dinamically using c++



yarlenvas
9th March 2011, 14:39
Hello,
I need an example of how to add QTQuick elements (like square, buttons, images, etc) to a QTQuick container (canvas, square, etc) dinamycally using C++, and how I can acces them using from C++.

Thanks