QHistoryState#

Inheritance diagram of PySide6.QtStateMachine.QHistoryState

Synopsis#

Properties#

Functions#

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 PySide6.QtStateMachine.QHistoryState(type[, parent=None])#

PySide6.QtStateMachine.QHistoryState([parent=None])

Parameters:

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:
property PᅟySide6.QtStateMachine.QHistoryState.defaultTransition: PySide6.QtStateMachine.QAbstractTransition#
Access functions:
property PᅟySide6.QtStateMachine.QHistoryState.historyType: HistoryType#
Access functions:
PySide6.QtStateMachine.QHistoryState.HistoryType#
PySide6.QtStateMachine.QHistoryState.defaultState()#
Return type:

PySide6.QtStateMachine.QAbstractState

Getter of property defaultState .

PySide6.QtStateMachine.QHistoryState.defaultStateChanged()#

Notification signal of property defaultState .

PySide6.QtStateMachine.QHistoryState.defaultTransition()#
Return type:

PySide6.QtStateMachine.QAbstractTransition

Getter of property defaultTransition .

PySide6.QtStateMachine.QHistoryState.defaultTransitionChanged()#

Notification signal of property defaultTransition .

PySide6.QtStateMachine.QHistoryState.historyType()#
Return type:

HistoryType

Getter of property historyType .

PySide6.QtStateMachine.QHistoryState.historyTypeChanged()#

Notification signal of property historyType .

PySide6.QtStateMachine.QHistoryState.setDefaultState(state)#
Parameters:

statePySide6.QtStateMachine.QAbstractState

Setter of property defaultState .

PySide6.QtStateMachine.QHistoryState.setDefaultTransition(transition)#
Parameters:

transitionPySide6.QtStateMachine.QAbstractTransition

Setter of property defaultTransition .

PySide6.QtStateMachine.QHistoryState.setHistoryType(type)#
Parameters:

typeHistoryType

Setter of property historyType .