QHistoryState#
Synopsis#
Properties#
Functions#
def
defaultState()def
defaultTransition()def
historyType()def
setDefaultState(state)def
setDefaultTransition(transition)def
setHistoryType(type)
Signals#
def
defaultStateChanged()def
defaultTransitionChanged()def
historyTypeChanged()
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 PySide6.QtStateMachine.QHistoryState(type[, parent=None])#
PySide6.QtStateMachine.QHistoryState([parent=None])
- Parameters:
type –
HistoryTypeparent –
PySide6.QtStateMachine.QState
Note
Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.
- property PᅟySide6.QtStateMachine.QHistoryState.defaultState: PySide6.QtStateMachine.QAbstractState#
- Access functions:
defaultState()setDefaultState(state)Signal
defaultStateChanged()
- property PᅟySide6.QtStateMachine.QHistoryState.defaultTransition: PySide6.QtStateMachine.QAbstractTransition#
- Access functions:
setDefaultTransition(transition)Signal
defaultTransitionChanged()
- property PᅟySide6.QtStateMachine.QHistoryState.historyType: HistoryType#
- Access functions:
historyType()setHistoryType(type)Signal
historyTypeChanged()
- PySide6.QtStateMachine.QHistoryState.HistoryType#
- PySide6.QtStateMachine.QHistoryState.defaultState()#
- Return type:
Getter of property defaultState .
- PySide6.QtStateMachine.QHistoryState.defaultStateChanged()#
Notification signal of property defaultState .
- PySide6.QtStateMachine.QHistoryState.defaultTransition()#
- Return type:
Getter of property defaultTransition .
- PySide6.QtStateMachine.QHistoryState.defaultTransitionChanged()#
Notification signal of property defaultTransition .
- PySide6.QtStateMachine.QHistoryState.historyType()#
- Return type:
Getter of property historyType .
- PySide6.QtStateMachine.QHistoryState.historyTypeChanged()#
Notification signal of property historyType .
- PySide6.QtStateMachine.QHistoryState.setDefaultState(state)#
- Parameters:
Setter of property defaultState .
- PySide6.QtStateMachine.QHistoryState.setDefaultTransition(transition)#
- Parameters:
transition –
PySide6.QtStateMachine.QAbstractTransition
Setter of property defaultTransition .
- PySide6.QtStateMachine.QHistoryState.setHistoryType(type)#
- Parameters:
type –
HistoryType
Setter of property historyType .