snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Scheduler: Fetch the actual scheduled queue and apply it in the view #185

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

This is a sub-issue of #181.

Feature you want to implement

After implementing the basic model/view architecture In #182, I will implement the followings:

How the feature is implemented

_ScheduleThread: QThread subclass for fetching the scheduled queue

It runs repeatly, in other words, as soon as a thread is finished, the another one is created and started. Every time the thread is finished, the view is updated to the fetched scheduled queue.