[PyKDE] Newbie Geometry Management Questions...

2004-09-01 Thread Timothy Grant
Two questions on geometry management: 1) I have written some code containing a QSplitter, 2 QListViews, and a QStatusBar. The QSplitter and the QStatusBar are then placed into a QVBox. This works great until I resize the window, and then the StatusBar starts to increase in height. I've been readi

[PyKDE] Kcontrol

2004-09-01 Thread Lionel Roubeyrie
Hi all, always on the same app, I search to integrate it in the KDE Control Center, but I found just one doc : http://www.boddie.org.uk/david/Projects/Python/KDE/Docs/KControl.html, and it's not clear for me. Doesn't someone have a URL for me, or a suggestion? Thank's Lionel -- Lionel Roubeyrie

[PyKDE] Implementation of KConfigSkeleton::addItemUInt

2004-09-01 Thread Michael Franz Aigner
Subject: Implementation of KConfigSkeleton::addItemUInt Hello, While using KConfigSkeleton in an application of mine, I noticed that KConfigSkeleton::addItemInt/UInt are not working. The value of the returned configuration item would change randomly while the application runs. Tracking down the