[Qt-interest] The Contents are not resized as I minimize the Window

Srdjan Todorovic todorovic.s at googlemail.com
Wed Aug 26 15:30:16 CEST 2009


Hi,

On 26/08/2009, Sujan Dasmahapatra <sujan.dasmahapatra at gmail.com> wrote:
> Dear Friends
> How could I apply all the contents in my QMainWinodw to resize as I minimize
> the window. I have a QGraphicsView, a QTreeWidget, a  QEdit.
> How can I apply them all to shrink (reshape) when I minimize the window ?

Normally you wouldn't want this. If you minimise the window, you
cannot see the contents so it makes little sense to resize anything at
that point.

Perhaps if you really wanted, you could post a resize event to the
window, and have the appropriate event method do the resizing as you
want.

> Please tell me someone.!!

It's rude to shout.

Regards,
Srdjan



More information about the Qt-interest-old mailing list