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 wrote: > > > Hi, > > > > > > I'm facing a small problem with QSettings and storing a python list > > > in > > > it. It seems that I

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 wrote: > On 02.09.11 16:12:49, Phil Thompson wrote: >> On Thu, 1 Sep 2011 23:04:06 +0200, Andreas Pakulat 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 em

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

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 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 > way. The