Re: [PyQt] Help with QStateMachine and animations

2011-04-06 Thread Demetrius Cassidy
Actually I found out you can add this to a QAbstractTransition, but it does not make a difference. It seems that the animation which moves widgets off-screen does not play. I only see the widgets moving on-screen. slightly modified code: def _createAnimations(self): self._stateProceeding

Re: [PyQt] Help with QStateMachine and animations

2011-04-05 Thread Tourman
David Boddie wrote: > > Have you tried setting the animations on the transitions themselves > instead > of using default animations? Did this make a difference? > > David > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankc

Re: [PyQt] Help with QStateMachine and animations

2011-04-05 Thread David Boddie
On Tue, 5 Apr 2011 00:05:44 +, Demetrius Cassidy wrote: > > I am trying to animate a QTableView moving off-screen from center (0,0), > which is replaced by a QGroupBox which slides to 0,0 from off-screen inside > my QStackedWidget. > > I am using a QStateMachine which contains two states, and b

[PyQt] Help with QStateMachine and animations

2011-04-04 Thread Demetrius Cassidy
I am trying to animate a QTableView moving off-screen from center (0,0), which is replaced by a QGroupBox which slides to 0,0 from off-screen inside my QStackedWidget. I am using a QStateMachine which contains two states, and basically when the state 'stateProceeding' is entered, only the QGroupBo