[PyQt] saving/restoring geometry

2008-03-10 Thread Darren Dale
Could anyone suggest how to save and restore the size and position of a dock widget and an mdi subwindow? Thanks, Darren ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Working with os.popen and qprogressdialog

2008-03-10 Thread Andreas Pakulat
On 10.03.08 08:45:43, Jeremiah Summers wrote: > Thank you but, I'm still at a loss. I tried what the Wiki said and a > few other pages, I've tried to understand what you said.. But as I I'm not sure how much of the wiki is usable for a beginner, as quite some stuff there will probably still be for

Re: [PyQt] Working with os.popen and qprogressdialog

2008-03-10 Thread Jeremiah Summers
On Mon, Mar 10, 2008 at 1:26 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 09.03.08 16:21:05, JMiahMan wrote: > > > > > > Andreas Pakulat-2 wrote: > > > > > > Thats because while you run your process the event loop is not run and > > > thus no painting updates are being done. I suggest

Re: [PyQt] Working with os.popen and qprogressdialog

2008-03-10 Thread Andreas Pakulat
On 09.03.08 16:21:05, JMiahMan wrote: > > > Andreas Pakulat-2 wrote: > > > > Thats because while you run your process the event loop is not run and > > thus no painting updates are being done. I suggest to take a look at > > QProcess as that one sends the output in an asynchronous way and thus >