[Qt-interest] Docked Widgets
Sean Harmer
sean.harmer at maps-technology.com
Thu Mar 10 16:59:01 CET 2011
On Thursday 10 March 2011 09:35:59 Graham Labdon wrote:
> Hi
> I have an app with some docked widgets.
> My requirement is have the application come up with the same configuration
> of dock widgets when the app was last run
>
> So I need to find the docked area occupied by the docked widgets when the
> application closes and save in user settings Then when the application is
> run I need to set the docked widgets to their dock areas.
>
> I can't seem to find a way of getting and setting the location of the docked
> widgets -
>
> Did I miss something?
http://doc.qt.nokia.com/latest/qmainwindow.html#saveState
http://doc.qt.nokia.com/latest/qmainwindow.html#restoreState
Sean
More information about the Qt-interest-old
mailing list