Le 20/08/2014 16:22, Alex Murray a écrit :
Please do not post in HTML it makes everything an unreadable mess
(I have left you original post above so you can see what I mean.)
Sorry, here's the original e-mail in plain text:
Hi,
I've discovered some very strange behaviour when trying to
delete
> Please do not post in HTML it makes everything an unreadable mess
> (I have left you original post above so you can see what I mean.)
Sorry, here's the original e-mail in plain text:
Hi,
I've discovered some very strange behaviour when trying to
delete a QWidget from a QGridLayout. The followi
On Wed, 20 Aug 2014 00:11:24 +0200, Alex Murray wrote:
> Hi,
>
>
>
> I've discovered some very strange behaviour when trying to
> delete a QWidget from a QGridLayout. The following code demonstrates
> this behaviour:
>
>
>
> >>> from PyQt4 import QtGui
>
> >>> import sys
>
> >>> app = Qt
Le 20/08/2014 00:11, Alex Murray a écrit :
Hi,
I've discovered some very strange behaviour when trying to delete a
QWidget from a QGridLayout. The following code demonstrates this
behaviour:
>>> from PyQt4 import QtGui
>>> import sys
>>> app = QtGui.QApplication(sys.argv)
>>> grid_layout = QtG