Hi again,

I am looking for a simple way to draw several rectangles (the amount depends on user). This could be quite simple, but I would like to have all these rectangles placed on the circle with specific radius. Apart from that each rectangle will contain text, and may contain icon image.

My main concern, as I've never done things like this, is to how
- draw the rectangle with text and icon inside of it
- how to put all these rectangles on the circle.

I think I should at first draw transparent circle which would be parent for all rectangles, therefore rectangles should be parents for text and icon inside of them, am I right ?