Originally Posted by
been_1990
I guess I just need to know how to to that in a for() loop. And what exactly is QObject, is it a general-purpose object for OOP? Does addChild() create a new object and can I acess it and change-add its value? Can I give the child a name that can be acessed anywhere? Not much of a problem, just searching for guidance.
I actually want to make several boxes across the screen and give each one several values, such as heigth, width, name, image and be able to receive events from them, ex: click , doubleclick , hover, etc.