Re: [PyQt] HeightForWidth label

2013-01-10 Thread Mads Ipsen
Dear Pete, Thanks a lot for your input. To some extend its too bad that this feature cannot be implemented in a proper fashion - especially when the documentation of Qt tells you that it can. Best regards, Mads On 09/01/2013 22:00, Hans-Peter Jansen wrote: Dear Mads, Am Mittwoch, 9. Janua

Re: [PyQt] HeightForWidth label

2013-01-09 Thread Hans-Peter Jansen
Dear Mads, Am Mittwoch, 9. Januar 2013, 15:56:29 schrieb Mads Ipsen: > Hi, > > 4-5 years I needed a widget with the following properties: > > * Display text incl. HTML > * Text should be wrapped on several lines > * When the widget is put into a layout, the height of the widget > shoul

[PyQt] HeightForWidth label

2013-01-09 Thread Mads Ipsen
Hi, 4-5 years I needed a widget with the following properties: * Display text incl. HTML * Text should be wrapped on several lines * When the widget is put into a layout, the height of the widget should be adjusted in such a way that the text exactly fits the widget geometry This subwi