[PyQt] Resizing widgets in a window.

2009-01-30 Thread Sandro Dutra
Hi. I create a mainWindow and put some widgets in there, textEdit for example, but if I maximize the mainWindow, the textEdit don't strech with the mainWindow. I try to set the size policy of the textEdit to Expanding | Expanding and tested some other things related to size of the child widget

Re: [PyQt] Resizing widgets in a window.

2009-01-30 Thread Geert Vancompernolle
Sandro Dutra wrote: Hi. I create a mainWindow and put some widgets in there, textEdit for example, but if I maximize the mainWindow, the textEdit don't strech with the mainWindow. I try to set the size policy of the textEdit to Expanding | Expanding and tested some other things related to