Uses of Class
io.qt.core.QSignalTransition
Package | Description |
---|---|
io.qt.core |
-
Uses of QSignalTransition in io.qt.core
Methods in io.qt.core that return QSignalTransition Modifier and Type Method Description QSignalTransition
QState. addTransition(QMetaObject.AbstractSignal signal, QAbstractState target)
Adds a transition associated with the given signal of the given sender object, and returns the new QSignalTransition object.QSignalTransition
QState. addTransition(QObject sender, String signal, QAbstractState target)