Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-21 Thread Gustavo A. Dí­az
Claudio, ¿Qué tal? Puedes chequear el código de mi app aquí: http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py Allí mismo ya está implementado el FIX para QTabWidget. Solo busca más abajo donde se establecen los estilos para tal. Saludos. -- Gustavo A. Díaz GD

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-21 Thread Gustavo A. Dí­az
Ok, nevermind, this fix does not affect QT4.3, so is perfect. Thanks Again David! Cheers. Gustavo A. Dí­az escribió: David, Hi!! That fix worked out for QT4.3.1, i didn't test it yet for QT4.3... this will be a problem for this one? Thanks! Cheers. David Boddie escribió:

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-21 Thread Gustavo A. Dí­az
David, Hi!! That fix worked out for QT4.3.1, i didn't test it yet for QT4.3... this will be a problem for this one? Thanks! Cheers. David Boddie escribió: On Sunday 19 August 2007 23:56, you wrote: So, with QT4.3.1 and pyqt4.3 the tabwidget uses the stackedwidget background

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-21 Thread David Boddie
On Sunday 19 August 2007 23:56, you wrote: > So, with QT4.3.1 and pyqt4.3 the tabwidget uses the stackedwidget > background pixmap (as i clearly demostrate on the screenshots) > > This does not happen with qt4.3 nd pyqt4.3 OK. The problem is that the bug which prevented QStackedWidget from

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-20 Thread David Boddie
On Monday 20 August 2007 23:54, Gustavo A. Dí­az wrote: > David Boddie escribió: > > I'm currently having difficulties making a minimal testcase. I can't seem > > to persuade QStackedWidget to use a background image in Qt 4.3.0. If you > > have a few lines of code that can do this, I would very mu

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-20 Thread Gustavo A. Dí­az
David Boddie escribió: On Sunday 19 August 2007 23:56, you wrote: So, with QT4.3.1 and pyqt4.3 the tabwidget uses the stackedwidget background pixmap (as i clearly demostrate on the screenshots) This does not happen with qt4.3 nd pyqt4.3 I'm currently having diffi

Re: [PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-19 Thread David Boddie
On Saturday 18 August 2007 13:14:01 -0300, Gustavo A. Dí­az wrote: > Anyone checkout this problem yet? I've tested with latest today snapshot > and the problem persist. If you can post some simple code that reproduces the problem, I'll try to take a look at it tomorrow. Otherwise, I'll have to pu

[PyQt] Some problems with styleSheets in QT4.3.1 and PyQt4.3

2007-08-14 Thread Gustavo A. Dí­az
Hi guys! It seems i've found a "bug"? in PyQt4.3 which for sure is cause i am using QT4.3.1. This is the situation: in one desktop i have QT4.3 and PyQt4.3, so here the screenshot of my app which i styled using stylesheet: http://opencoffee.lnxteam.org/downloads/pub/pics/PyQt4.3-QT4.3.png A