Re: [PyQt] Timing problem with resizing of main window

2010-06-27 Thread John Posner
On 6/24/2010 2:32 AM, Vincent Vande Vyvre wrote: Le 23/06/10 21:37, John Posner a écrit : In the program below, the main window's central widget is a QFrame that *always* contains a control panel (CtrlPanel, subclass of QFrame). Pressing the "Create work panel" button inserts another QFrame ab

Re: [PyQt] Timing problem with resizing of main window

2010-06-23 Thread Vincent Vande Vyvre
Le 23/06/10 21:37, John Posner a écrit : In the program below, the main window's central widget is a QFrame that *always* contains a control panel (CtrlPanel, subclass of QFrame). Pressing the "Create work panel" button inserts another QFrame above the CtrlPanel, causing the main window to grow

[PyQt] Timing problem with resizing of main window

2010-06-23 Thread John Posner
In the program below, the main window's central widget is a QFrame that *always* contains a control panel (CtrlPanel, subclass of QFrame). Pressing the "Create work panel" button inserts another QFrame above the CtrlPanel, causing the main window to grow vertically. Pressing the "Remove work pa