[PyKDE] Re: QScrollBar, fixed width

Patrick Stinson patrickkidd at gmail.com
Mon Mar 27 20:16:52 BST 2006


Right that makes sense. we like consistent python extensions.

It loks like we've run into a problem then, since I am (for example) unable
to set a scrollbar width. I wonder if we can use QStyle and some

class MyStyle(QApplication.instance.style().__class__):
   def looknice(self):
        pass

or something similar (I understand the work-in-progress, and maybe later
bit...)


On 3/27/06, Phil Thompson <phil at riverbankcomputing.co.uk> wrote:
>
> On Wednesday 22 March 2006 8:02 pm, Patrick Stinson wrote:
> > I got a reply from qt-interest regarding this. What is the state of
> QStyle
> > sub-classes in pyqt4? is there a reason that they are not included?
>
> Mainly because they might be plugins, in which case PyQt won't see them.
> You
> then end up with an application that depends on how the user has build
> their
> Qt, which is not good.
>
> Phil
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>



--
Patrick Kidd Stinson
http://www.patrickkidd.com/
http://pkaudio.sourceforge.net/
http://pksampler.sourceforge.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060327/77880056/attachment.html


More information about the PyQt mailing list