snu-quiqcl / iquip

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

More compact builder UI #254

Closed kangz12345 closed 8 months ago

kangz12345 commented 9 months ago

Feature you want to implement

How about putting the argument, scan parameter, schedule option panels into tabs to make each builder frame smaller?

How the feature is implemented

Each builder frame has 3 tabs: argument, scan parameter, schedule option.

Additional context

Currently each builder frame is too large (the empty scan parameter panel consumes a lot of display area) and it is quite inconvenient.

BECATRUE commented 8 months ago

I've been thinking the current builder is too large, so your suggestion looks reasonable👍

Is it okay to implement this right now? @kangz12345

kangz12345 commented 8 months ago

Is it okay to implement this right now? @kangz12345

Yeah sure!

BECATRUE commented 8 months ago

Using QTabWidget, it seems to be implemented easily.