Re: [PyQt] stylesheet sub-controlls

2010-03-24 Thread Lennart Jansen

Hi,

thank for the response... i found the answer by myself by now XD



self.baraction.setStyleSheet("""QProgressBar   
{background-color:   white;
  
text-align: center;
  
color:  black;
  border: 2px 
solid black;
  
border-radius: 6px;}


->  
QProgressBar::chunk{background-color:   green;
->   
border-radius: 3px;}

""")

my problem was that i didnt get it that the string itself is kinda like 
in c++, i wrote the syntax like python code and since this didnt work i 
started thinking it wouldnt work at all




Am 25.03.2010 00:45, schrieb Nick Gaens:

Hello Lennart,

By subcontrols, do you mean something like:

qpushbutton { color: white; }

qpushbutton:pressed { color: black; }

?

If so, you can set the same stylesheet to a widget as in the "regular" 
Qt, it has little to do with PyQt itself, since the stylesheet is just 
a string to be parsed.



On Wed, Mar 24, 2010 at 9:22 AM, Lennart Jansen <mailto:lord@gmx.net>> wrote:


Hi,

are there "stylesheet sub-controlls" in pyqt like in qt? For
example the widget Qprogressbar in qt got the sub-controll chunk,
but i cant find anything like it in pyqt.

I wish all of you a good day!
--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser
___
PyQt mailing list PyQt@riverbankcomputing.com
<mailto:PyQt@riverbankcomputing.com>
http://www.riverbankcomputing.com/mailman/listinfo/pyqt




--
Nick Gaens


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] stylesheet sub-controlls

2010-03-24 Thread Lennart Jansen
Hi,

are there "stylesheet sub-controlls" in pyqt like in qt? For example the widget 
Qprogressbar in qt got the sub-controll chunk, but i cant find anything like it 
in pyqt.

I wish all of you a good day!
-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt