[PyQt] Re: [PyKDE] KConfigSkeleton/KConfigDialog combo not working

Jim Bublitz jbublitz at nwinternet.com
Fri Mar 28 17:17:25 GMT 2008


On Thursday 27 March 2008 08:32, Adeodato Simó wrote:
> Hello.
>
> I'm having trouble porting my PyKDE3 KConfigSkeleton/KConfigDialog: it
> behaves weird in KDE4.
>
> I'm attaching a very small sample program. The weird behavior I'm
> observing is:
>
>   (a) on the first run, when no testrc file exists under ~/.kde, the
>       value of MyOption is correctly set to False, but when I click on
>       the Preferences button, the checkbox is checked (instead of not
>       checked, at it'd correspond)
>
>   (b) so I change in the dialog the value to True, when closing the
>       dialog the LineEdit updates accordingly, and the option is written
>       as "true" to the testrc file, but when I restart the program, it
>       is set to False again
>
> Can you reproduce? Is there something wrong with my code? (With KDE 3 it
> worked just fine).

I'm still looking into this - it doesn't look like it's going to fixed 
quickly. Just thought I'd let you know.

Jim




More information about the PyQt mailing list