[PyQt] qstate transitions() method

David Boddie david at boddie.org.uk
Wed May 4 22:13:40 BST 2011


On Tue, 3 May 2011 17:43:58 -0700, emmanuel_mayssat at lynceantech.com wrote:
>
> qstate.transition() is available in qt4.7
> I am using 4.6

Although it's probably an implementation detail, you could call

  state.findChildren(QAbstractTransition)

to get a list of transitions.

David


More information about the PyQt mailing list