<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Helvetica, Arial, sans-serif">Hi<br>
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:<br>
&nbsp;&nbsp;&nbsp; kdecore (KConfigDialogManager): WARNING: A widget named
'kcfg_password' was found but there is no setting named 'password'<br>
<br>
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?<br>
<br>
Thanks,<br>
Niklas Nilsson<br>
</font></small>
</body>
</html>