Re: [PyQt] QStateMachine won't start

2012-07-08 Thread Vincent Vande Vyvre
On 08/07/12 11:26, Itay Brandes wrote: > I'm now trying to change the QRectF of the button widget, but it seems > like it won't move from it's original location. > This is what I'm trying to do: > > s1.assignProperty(self.label, "text", "in state 1") > s1.assignProperty(self.button1

Re: [PyQt] QStateMachine won't start

2012-07-08 Thread Itay Brandes
I'm now trying to change the QRectF of the button widget, but it seems like it won't move from it's original location. This is what I'm trying to do: s1.assignProperty(self.label, "text", "in state 1") s1.assignProperty(self.button1, "geometry", QtCore.QRectF(20, 20, 100, 50))

Re: [PyQt] QStateMachine won't start

2012-07-08 Thread Itay Brandes
Thanks! On Sun, Jul 8, 2012 at 9:30 AM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > On 08/07/12 00:37, Itay Brandes wrote: > > Hey, > > I'm trying to start a QStateMachine and seem to fail. > > > > Here is my code: http://pastebin.com/mQmyva9K > > Where am i wrong? > > > > Thanks.

Re: [PyQt] QStateMachine won't start

2012-07-07 Thread Vincent Vande Vyvre
On 08/07/12 00:37, Itay Brandes wrote: > Hey, > I'm trying to start a QStateMachine and seem to fail. > > Here is my code: http://pastebin.com/mQmyva9K > Where am i wrong? > > Thanks. > > > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://w

[PyQt] QStateMachine won't start

2012-07-07 Thread Itay Brandes
Hey, I'm trying to start a QStateMachine and seem to fail. Here is my code: http://pastebin.com/mQmyva9K Where am i wrong? Thanks. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt