Simplify GUI safety control using state machine
Many GUI widgets are enabled or disabled based on the state of the data reduction in a complicated way that requires a lot of boilerplate code. This can probably be simplified using QStateMachine
.
Many GUI widgets are enabled or disabled based on the state of the data reduction in a complicated way that requires a lot of boilerplate code. This can probably be simplified using QStateMachine
.