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
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
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
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
>