snu-quiqcl / iquip

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

Add scan widget only for RangeScan #232

Closed Aijuh closed 9 months ago

Aijuh commented 11 months ago

Feature you want to implement

Adds RangeScan widget for display.

How the feature is implemented

Make new class for RangeScan layout. This layout will be called by _ScanEntry class using scannable argument info. temp2 Use spin box for displaying number and responding to keyboard or mouse input. Add randomize button to decide whether or not to shuffle scannable sequence.

Aijuh commented 9 months ago

Range Scan implemented.