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