In my mainwindow, I&#39;m calling saveState and restoreState.  This is working like a charm for the main window&#39;s geometry.  However, the three dock widgets contained in the main window are reset in between sessions.  I&#39;ve made sure to name all of the dock widgets uniquely, but no luck.<br>
<br>QWindow.saveState seems pretty clear: &quot;Saves the current state of this mainwindow&#39;s toolbars and dockwidgets.&quot;<br><br>Is there some trick I&#39;m missing to get this working?<br><br>I&#39;m using PyQt 4.5.4 and Qt 4.5 on OS X 10.5.8.<br>
<br>BZ<br>