Questions about QStateMachine #542
-
Hi, I just discovered this python project and realized it is the solution to a problem I've had for years. I'm currently working on setting up a build for a Qt project that uses the "Qt State Machines" module. I'm not seeing it in the modules list. Am I missing something? Is there a reason its missing? -----Terminal output------ python -m aqt list-qt windows desktop --modules 6.3.1 win64_msvc2019_64 python -m aqt list-qt windows desktop --modules 6.4.0 win64_msvc2019_64 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Have you tried using qtscxml? The Updates.xml file describes that module as “Qt state machine”, so it might be what you’re looking for. aqt list-qt doesn’t have a function that prints the descriptions of modules, the way aqt list-tool does. Maybe that would have helped here. |
Beta Was this translation helpful? Give feedback.
Have you tried using qtscxml? The Updates.xml file describes that module as “Qt state machine”, so it might be what you’re looking for.
aqt list-qt doesn’t have a function that prints the descriptions of modules, the way aqt list-tool does. Maybe that would have helped here.