Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread Mailing List SVR
Thanks, it is possible to have a short example with code? In data martedì 18 agosto 2009 18:23:25, Jason H ha scritto: : That is for a cross fade. You could always fade to empty then fade out. I would probably do something like that for a cross fade. The fader widget appears to do a

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread David Boddie
On Wed Aug 19 08:46:12 BST 2009, Mailing List SVR wrote: it is possible to have a short example with code? http://www.diotavelli.net/PyQtWiki/Fading Between Widgets David ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread Hans-Peter Jansen
Am Mittwoch, 19. August 2009 schrieb David Boddie: On Wed Aug 19 08:46:12 BST 2009, Mailing List SVR wrote: it is possible to have a short example with code? http://www.diotavelli.net/PyQtWiki/Fading Between Widgets Awesome, David. Pete ___ PyQt

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread David Boddie
On Wed Aug 19 14:30:00 BST 2009, Hans-Peter Jansen wrote: Am Mittwoch, 19. August 2009 schrieb David Boddie: On Wed Aug 19 08:46:12 BST 2009, Mailing List SVR wrote: it is possible to have a short example with code? http://www.diotavelli.net/PyQtWiki/Fading Between Widgets Awesome,

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-19 Thread Albert Cervera i Areny
A Dimecres, 19 d'agost de 2009, David Boddie va escriure: On Wed Aug 19 08:46:12 BST 2009, Mailing List SVR wrote: it is possible to have a short example with code? http://www.diotavelli.net/PyQtWiki/Fading Between Widgets Thanks a lot for the example, David! David

[PyQt] Fade effect a widget on top of another widget

2009-08-18 Thread Nicola Murino
Hi all, I'm trying to make a fade effect as explained here: http://doc.trolltech.com/qq/qq16-fader.html http://labs.trolltech.com/blogs/2007/08/21/fade-effects-a-blast-from-the-past/ I have a main windows and I change the centralwidget on some user action so I do somenthing like:

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-18 Thread Jason H
them move it to the current stack item. That is for a cross fade. You could always fade to empty then fade out. - Original Message From: Nicola Murino li...@svrinformatica.it To: pyqt@riverbankcomputing.com Sent: Tuesday, August 18, 2009 11:25:31 AM Subject: [PyQt] Fade effect

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-18 Thread David Boddie
On Tue Aug 18 16:47:42 BST 2009, Jason H wrote: The fader widget is limited. Not only that, but the last time I built it against a current version of Qt it didn't work any more, at least not in the way I expected. :-/ What you really want to do is create a parent QWidget or QStackedWidget

Re: [PyQt] Fade effect a widget on top of another widget

2009-08-18 Thread Jason H
That is for a cross fade. You could always fade to empty then fade out. I would probably do something like that for a cross fade. The fader widget appears to do a different kind of fade. The only difference is it is a fade against a solid color. You could create the Pixmap, repsecting the