Question
题
I am currently working on a application using Qt state machine framework, my objective is to associate a single transition with multiple source states. The rationale for doing it is the signal causing the transition is independent of the source state, hence instead of multiple transitions (one for each source state) I thought it would be better to have one. I am facing issues in acheiving the above mentioned through Qt.Details are demonstrated below with a test state machine. (Below mentioned is an hypothetical state machine but I can aslo give some real world examples for such a use case). Please suggest some effective ways for acheiving the mentioned objective. I am currently working on a appl