Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

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 acquired from back-end.
  • cancel button performs asynchronous call from front-end to back-end


  • No labels