<span class="gmail_quote"></span>Was cause for example i was styling the scroll bar which was inside a textEdit using self.stylesheet(QScrollbar bla bla bla) so to style all the scrollbars of the app, but, i already had self.stylesheet
(QPushButton bla bla) in my app, so when i was styling the scrollbar, i was disabling the QPushButton style.
<br>How i fixed? Styling the scrollbar and the textEdit in the same place, so self.chatTextEdit(stylesheet of the scrollbar and the textedit inside)<br><br>Have a look here: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-client/MainApp.py#L127" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-client/MainApp.py#L127</a><br>If you look at the end of the stylesheet is included the QTextEdit stylesheet as well too.<br><br>Mainly the problem was to use self.stylesheet

() twice in the same app.<br>Is better when you refer to the widget you are styling, self.widget.setStylesheet()<br><br><div><span class="gmail_quote">2007/12/4, David Boddie &lt;<a href="mailto:dboddie@trolltech.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
dboddie@trolltech.com
</a>&gt;:</span><div><span class="e" id="q_116a5be1790a41f0_1"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue Dec 4 12:40:25 GMT 2007, Gustavo A. Díaz wrote:
<br><br>&gt; Now, returning into the main Thread, this is the stylesheet code example for
<br>&gt; a fully styled scrollbar:<br><br>[...]<br><br>&gt; And you have as result:<br>&gt;<a href="http://opencoffee.lnxteam.org/downloads/pub/pics/draft/OpenCoffee_scrollbar_v2.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://opencoffee.lnxteam.org/downloads/pub/pics/draft/OpenCoffee_scrollbar_v2.png
</a><br><br>Is it working now? If so, what was the cause of the problem with the buttons?<br><br>David<br>--<br>David Boddie<br>Lead Technical Writer, Trolltech ASA<br><br>_______________________________________________<br>

PyQt mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:PyQt@riverbankcomputing.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
</a><br></blockquote></span></div></div><br><br clear="all"><div><span class="e" id="q_116a5be1790a41f0_3"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www.gdnet.com.ar</a>
</span></div><br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>