Re: [Interest] Window flicker when layout's size constraint is Fixed

2012-02-03 Thread Adam Light
On Thu, Feb 2, 2012 at 11:08 AM, Kimmo Viitanen wrote: > So the size is calculated constantly. I have to, though, that for me > with Qt 4.8.0 on Linux Mint 11, the effect is not nearly as bad as it > shows in your video. It is actually very smooth and quick, so perhaps > this is some platform iss

Re: [Interest] Window flicker when layout's size constraint is Fixed

2012-02-02 Thread Kimmo Viitanen
Hi, > I want the size of the dialog to change depending on the visible > widgets, so I have set the layout used in the dialog to have > QLayout::SetFixedSize as it's size constraint. The documentation for SetFixedSize says "The main widget's size is set to sizeHint(); it cannot be resized at all