ves parent (Volker Pilipp)
3. Re: Parent child relationship: child survives parent
(Phil Thompson)
--
Message: 1
Date: Thu, 11 Jul 2013 20:00:50 +0200
From: David Boddie
To: pyqt@riverbankcomputing.com
Subject: Re: [PyQ
On Tue, 9 Jul 2013 15:00:25 -0600 (MDT), Brian McDonald wrote:
Just getting into programming in general. Loving python so far. I am
working on an application that will display database information on
screen. The idea is that some rows of database information will appear on
screen for 30 seconds
On Tue, 9 Jul 2013 15:00:25 -0600 (MDT), Brian McDonald wrote:
> Just getting into programming in general. Loving python so far. I am
> working on an application that will display database information on
> screen. The idea is that some rows of database information will appear on
> screen for 30 se
Just getting into programming in general. Loving python so far. I am working on
an application that will display database information on screen. The idea is
that some rows of database information will appear on screen for 30 seconds,
and then the next rows will appear. I think I have made some p