Re: [PyQt] Help on resizing a custom widget

2007-08-28 Thread skawaii
David Boddie wrote: It sounds like you have a widget in a dialog, but you're not using a layout manager, so nothing is resizing the widget. I wrote a tutorial for EuroPython last year that covered the basic principles of PyQt:

[PyQt] Help on resizing a custom widget

2007-08-27 Thread skawaii
Ok, here's what's going on. I've just created a custom widget. it works great. I'm having some trouble, however, figuring out how to allow the said widget to resize. For example, when I throw the widget into a new dialog (using Qt Designer), I want to be able to drag it larger/smaller and have

Re: [PyQt] Help on resizing a custom widget

2007-08-27 Thread David Boddie
On Mon Aug 27 19:53:30 BST 2007, skawaii wrote: Ok, here's what's going on. I've just created a custom widget. it works great. I'm having some trouble, however, figuring out how to allow the said widget to resize. For example, when I throw the widget into a new dialog (using Qt Designer), I