PDA

View Full Version : main window gets wider than screen size



shanchathuranga
14th March 2012, 16:48
I have a maximized main window with dock widgets. when i increase width of the left dock area( by dragging ) the main window gets wider than screen size. how can i prevent this ? i'm using Qt3. thanks.

Spitfire
16th March 2012, 14:45
Setting maximumSize() on the main window to the screen size should help.