[Qt-interest] Docked Widgets
Andre Somers
andre at familiesomers.nl
Thu Mar 10 17:10:10 CET 2011
Op Do, 10 maart, 2011 10:35 am, schreef Graham Labdon:
> 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?
Is QMainWindow::saveState() and restoreState() of any use to you?
André
More information about the Qt-interest-old
mailing list