Module qt_core::q_state

source ·
Expand description

C++ type: QState

Structs

  • This enum specifies how a state's child states are treated.

  • This enum specifies the restore policy type. The restore policy takes effect when the machine enters a state which sets one or more properties. If the restore policy is set to RestoreProperties, the state machine will save the original value of the property before the new value is set.