PDA

View Full Version : QGridLayout: how to know it has finished rendering items?



slash_blog
8th June 2010, 12:06
How can one ascertain if QGridLayout has finished laying out items?

Actually I am using cellRect() function to determine size once widget is drawn. If there is some other method to the same that is welcome too :).