- class QHistoryState#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
defaultState()
def
historyType()
def
setHistoryType()
Signals#
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class HistoryType#
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property defaultStateᅟ: QAbstractState#
- Access functions:
- property defaultTransitionᅟ: QAbstractTransition#
- Access functions:
- property historyTypeᅟ: QHistoryState.HistoryType#
- Access functions:
- __init__(type[, parent=None])#
- Parameters:
type –
HistoryType
parent –
QState
- __init__([parent=None])
- Parameters:
parent –
QState
- defaultState()#
- Return type:
Getter of property
defaultStateᅟ
.- defaultStateChanged()#
Notification signal of property
defaultStateᅟ
.- defaultTransition()#
- Return type:
Getter of property
defaultTransitionᅟ
.- defaultTransitionChanged()#
Notification signal of property
defaultTransitionᅟ
.- historyType()#
- Return type:
Getter of property
historyTypeᅟ
.- historyTypeChanged()#
Notification signal of property
historyTypeᅟ
.- setDefaultState(state)#
- Parameters:
state –
QAbstractState
Setter of property
defaultStateᅟ
.- setDefaultTransition(transition)#
- Parameters:
transition –
QAbstractTransition
Setter of property
defaultTransitionᅟ
.- setHistoryType(type)#
- Parameters:
type –
HistoryType
Setter of property
historyTypeᅟ
.