Re: [PyKDE] Custom QScrollBar'ed widgets

2004-09-02 Thread Gordon Tyler
Sundance wrote: I would like to attach scrollbars to a custom widget, and I'm not sure how to go about it. What is the simplest/cleanest way of informing the QToolBar of the custom widget's viewport size change (when text is appended, for instance), and to sync the scrollbar with the viewport's

Re: [PyKDE] Vertical alignment of a QLabel in the StatusBar..

2004-09-02 Thread Gordon Tyler
Timothy Grant wrote: Thanks to some help from here I've conquered my first geometry management problem. I now have a QStatusBar into which I am placing some text in a QLabel object. It works exactly as advertised. However, the text appears low on the StatusBar, and I'd love to have some control ove

[PyKDE] Custom QScrollBar'ed widgets

2004-09-02 Thread Sundance
Greetings, I would like to attach scrollbars to a custom widget, and I'm not sure how to go about it. What is the simplest/cleanest way of informing the QToolBar of the custom widget's viewport size change (when text is appended, for instance), and to sync the scrollbar with the viewport's pos

[PyKDE] Vertical alignment of a QLabel in the StatusBar..

2004-09-02 Thread Timothy Grant
Thanks to some help from here I've conquered my first geometry management problem. I now have a QStatusBar into which I am placing some text in a QLabel object. It works exactly as advertised. However, the text appears low on the StatusBar, and I'd love to have some control over it's vertical pla

Re: [PyKDE] Kcontrol

2004-09-02 Thread Lionel Roubeyrie
I'll while very happy! Le jeudi 2 Septembre 2004 20:09, Simon Edwards a écrit : > On Wednesday 01 September 2004 21:52, Lionel Roubeyrie wrote: > > 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/da

Re: [PyKDE] Kcontrol

2004-09-02 Thread Simon Edwards
On Wednesday 01 September 2004 21:52, Lionel Roubeyrie wrote: > 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

Re: [PyKDE] Implementation of KConfigSkeleton::addItemUInt

2004-09-02 Thread Jim Bublitz
On Wednesday 01 September 2004 00:26, Michael Franz Aigner wrote: > Subject: Implementation of KConfigSkeleton::addItemUInt > While using KConfigSkeleton in an application of mine, I noticed that > KConfigSkeleton::addItemInt/UInt are not working. The value of the > returned configuration item wou

Re: [PyKDE] Implementation of KConfigSkeleton::addItemUInt

2004-09-02 Thread Jim Bublitz
On Wednesday 01 September 2004 00:26, Michael Franz Aigner wrote: > 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 configurat

Re: [PyKDE] Wrapper for QWidgetFactory

2004-09-02 Thread Phil Thompson
On Monday 30 August 2004 10:46 pm, Gustavo Barbieri wrote: > Hello, > > Tried of connecting slots manually I've coded a wrapper [1] for > QWidgetFactory that given a class it do all the connections and return > the interface. > > There is a demo [2], which was my (only) test case... > > Could you c

Re: [PyKDE] Kcontrol

2004-09-02 Thread David Boddie
On Wed, 1 Sep 2004 21:52:32, Lionel Roubeyrie wrote: > 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

RE: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Gary Coulbourne
>On Wednesday 01 September 2004 22:36, Timothy Grant wrote: >> 2) I can't set the QVBoxLayout object as the QApp.CentralWidget(). What >am >> I missing here? >Layout objects *manage* the arrangement of child widgets inside a parent >widget. They are not themselves a widget. You need to create a

Re: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Gordon Tyler
Timothy Grant wrote: 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 hei

Re: [PyKDE] Newbie Geometry Management Questions...

2004-09-02 Thread Toby Dickenson
On Wednesday 01 September 2004 22:36, Timothy Grant wrote: > 2) I can't set the QVBoxLayout object as the QApp.CentralWidget(). What am > I missing here? Layout objects *manage* the arrangement of child widgets inside a parent widget. They are not themselves a widget. You need to create a QWid