<span class="gmail_quote"></span><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; I want to use &quot;QSessionManager&quot; in my PyQt4 application, so that it will be
<br>&gt; reloaded when the user logs back into KDE.&nbsp;&nbsp;I&#39;ve tried all of the following
<br>&gt; without success.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;- QtGui.QApplication.saveState ( QtGui.QSessionManager() )<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;- aMain.saveState( QtGui.QSessionManager() )<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;- smCurrent = QtGui.QSessionManager()<br>&gt;<br>

&gt; The error message I receive in each case is as follows.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;- TypeError: QtGui.QSessionManager cannot be instantiated or<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;sub-classed<br>&gt;<br>&gt; I searched on the web for this but found nothing of much use.&nbsp;&nbsp;Can someone<br>&gt; please explain how to use &quot;QSessionManager&quot; from within a PyQt4
<br>&gt; application?<br><br><a href="http://doc.trolltech.com/4.3/session.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://doc.trolltech.com/4.3/session.html</a></blockquote><div><br>Thanks, that tells me how to do it in Qt4.&nbsp; What I also need is for someone to explain how to do it in PyQt4, since &quot;QSessionManager cannot be instantiated or sub-classed&quot;, as noted above.
<br><br>At some stage, it&#39;s looking like I&#39;ll need to use &quot;QSessionManager&quot; and none of the above methods work in PyQt4.&nbsp; I&#39;m hoping someone can supply me with syntax that will work in PyQt4, rather than Qt4.
<br><br>If I&#39;m missing the point here, feel free to slap me around with a frozen trout or preferred substitutionary implement :-).<br><br></div></div>