Re: [PyQt] deriving a style in pyqt

2007-08-03 Thread Giovanni Bajo
On gio, 2007-08-02 at 16:53 -0700, Peter Shinners wrote: > My goal is to basically take the 'windows' theme and make a few minor > cosmetic changes. Like skinner scrollbars, some padding, and a few minor > drawing changes. > > I can imagine that this would be performance critical enough that do

Re: [PyQt] deriving a style in pyqt

2007-08-02 Thread Phil Thompson
On Friday 03 August 2007 12:53 am, Peter Shinners wrote: > Is it possible to derive a custom QStyle class from the built in > "windows" theme with PyQt? I remember playing with this idea early in > some Qt4 transitioning and didn't get too far. I may not have known what > I was doing. > > Thought I

[PyQt] deriving a style in pyqt

2007-08-02 Thread Peter Shinners
Is it possible to derive a custom QStyle class from the built in "windows" theme with PyQt? I remember playing with this idea early in some Qt4 transitioning and didn't get too far. I may not have known what I was doing. Thought I would ask before venturing into this agani. My goal is to basi