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
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
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
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