Tagged Questions
5
votes
4answers
2k views
How to get this Qt state machine to work?
I have two widgets that can be checked, and a numeric entry field that should contain a value greater than zero. Whenever both widgets have been checked, and the numeric entry field contains a value ...
2
votes
6answers
815 views
How to design a state machine in face of non-blocking I/O?
I'm using Qt framework which has by default non-blocking I/O to develop an application navigating through several web pages (online stores) and carrying out different actions on these pages. I'm ...