[PyQt] newbie question re docks

Linos info at linos.es
Thu Sep 27 23:43:53 BST 2007


Horst Herb escribió:
> Hi,
> 
> I am new to PyQt4, trying to write my first app.
> 
> I would like to write an application with multiple docking widgets. The 
> application should remember the state (size, location) of the docked widgets 
> (wherever the user has placed them).
> 
> How can I achieve this? Could anybody please explain, perhaps using the 
> dockwidgets example that comes with the PyQt4 package?
> 
> Many thanks in advance,
> Horst
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 

I think you can do that with qsettings saving application state and geometry, i have read anything about
in the new pyqt4 book (great resource if you want to develop with pyqt).

Regards,
Miguel Angel.


More information about the PyQt mailing list