[Qt-interest] showing/hiding docks

Frank Lutz frank422542 at googlemail.com
Tue Mar 3 13:00:54 CET 2009


I solved this problem with:

area = new QScrollArea();

init: area.setWidget(Widget);
delete: area.takeWidget();

hope thats help! ;)



More information about the Qt-interest-old mailing list