View Single Post
Posts: 172 | Thanked: 193 times | Joined on Nov 2009 @ Germany
#2
Does it work if you skip the PLLayout and use the 'layoutLandscape ' directly via

Code:
centralWidget->setLayout(layoutLandscape );

Edit: It seems problematic for me that the hbox layout is used in layoutLandscape and layoutPortrait. So there are 2 layout working on hbox.

Last edited by percy; 2011-03-16 at 10:08.