Hi
I'm trying to get started making my first PyQT/PyKDE application, but I'm having some troubles figuring out how to create a settings dialog like for example the one Konqueror and a lot of other KDE applications have. I got as far as subclassing KConfigSkeleton, but get a message saying this: kdecore (KConfigDialogManager): WARNING: A widget named 'kcfg_password' was found but there is no setting named 'password'

I dug around in the KDE API and figured out it probably had something to do with the settings dialog not being able to load my configuration, but other than that I'm pretty much stuck. Anyone have any examples, pointers or good sources for learning how to do this?

Thanks,
Niklas Nilsson
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to