Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Integration of Acquisition GUI

QualitySpy project is developed in pursuance of the principle of separating GUI from business logic:

  • requests are created in front-end but executed in back-end
  • progress bar status is updated from back-end.
  • cancel button performs asynchronous call from front-end to back-end