PDA

View Full Version : QFrame doesn't resize as it should



navieh
1st April 2013, 11:32
It seems that the QFrame is only resized according to the inner content, is it possible to make it resized to fit its container? I tried to set the size policy to expanding and it doesn't work.
Thanks.

Santosh Reddy
1st April 2013, 11:48
is it possible to make it resized to fit its container?
This is default behaviour, and works as long as the container widget has a layout set on it, and and the QFrame is manged by the layout