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 [email protected] > 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. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
