Hi,

I have a gridlayout and in it are 9 QLabels where I emit QImages and display them.

I have to check if QLabel is free and them emit QImage so it is displayed.
How do I check if QLabel is already used by somebody so I can go to other QLabel.

this is very helpful in doing dynamic Layouts.

Regards