Re: [PyQt] Small problem storing a list in QSettings

2011-09-04 Thread Andreas Pakulat
On 02.09.11 16:12:49, Phil Thompson wrote: On Thu, 1 Sep 2011 23:04:06 +0200, Andreas Pakulat ap...@gmx.de wrote: Hi, I'm facing a small problem with QSettings and storing a python list in it. It seems that I can't store an empty list properly into a QSettings object, its always

Re: [PyQt] Small problem storing a list in QSettings

2011-09-04 Thread Phil Thompson
On Sun, 4 Sep 2011 17:25:56 +0200, Andreas Pakulat ap...@gmx.de wrote: On 02.09.11 16:12:49, Phil Thompson wrote: On Thu, 1 Sep 2011 23:04:06 +0200, Andreas Pakulat ap...@gmx.de wrote: Hi, I'm facing a small problem with QSettings and storing a python list in it. It seems that I can't

Re: [PyQt] Small problem storing a list in QSettings

2011-09-04 Thread Detlev Offenbach
Am Sonntag, 4. September 2011, 17:25:56 schrieb Andreas Pakulat: On 02.09.11 16:12:49, Phil Thompson wrote: On Thu, 1 Sep 2011 23:04:06 +0200, Andreas Pakulat ap...@gmx.de wrote: Hi, I'm facing a small problem with QSettings and storing a python list in it. It seems that I can't

Re: [PyQt] Small problem storing a list in QSettings

2011-09-02 Thread Phil Thompson
On Thu, 1 Sep 2011 23:04:06 +0200, Andreas Pakulat ap...@gmx.de wrote: Hi, I'm facing a small problem with QSettings and storing a python list in it. It seems that I can't store an empty list properly into a QSettings object, its always converted to an invalid QVariant somewhere along the

[PyQt] Small problem storing a list in QSettings

2011-09-01 Thread Andreas Pakulat
Hi, I'm facing a small problem with QSettings and storing a python list in it. It seems that I can't store an empty list properly into a QSettings object, its always converted to an invalid QVariant somewhere along the way. The attached sample script shows this, all is well until I create a new