On Fri, Jun 26, 2009 at 1:38 PM, Anirudh Ramachandran <[email protected] > wrote:
> I did not understand what you are trying to do. Could you please > explain with code? > Ok, there is a window, it has a button and a label with caption "Hello" in it. Now, when I click this button, I want to make the label invisible. So I used "clicked(bool)" signal of button and "setVisible(bool)" slot of label. Using this my goal was easily achieved. But, the window size remains as it is. It does not change to the least possible size required. The layout automatically brings the button on the center and there is blank space all over around. So is there a defined slot of resizing as I want or to change the way layout acts? Thanks & Regards, Keval Vora. [Non-text portions of this message have been removed]

