snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Support a tab structure #196

Closed BECATRUE closed 10 months ago

BECATRUE commented 12 months ago

As I work on iquip project, I thought about supporing a tab structure in qiwis. If we open several experiment builders, the GUI looks as below.

But I think showing the builders as a tab looks more legible using QTabWidgeet.

Feel free to leave your opinion😃

kangz12345 commented 12 months ago

So you are suggesting to merge the builder apps using QTabWidget, leaving the other apps?

kangz12345 commented 12 months ago

Oh, you created this issue in qiwis! I didn't know that. So you are suggesting a new feature in qiwis, right?

BECATRUE commented 12 months ago

Yes! I just suggested a new feature of qiwis.

BECATRUE commented 11 months ago

@kangz12345 With the issue #205, how about changing the structure into that of artiq-dashboard?

image

I want to support only the tab structure, not showing in a row.

kangz12345 commented 11 months ago

So you want to force that each section (left, bottom, right, etc.) can has only 1 foreground widget and other frames should be stacked by the tab structure?

BECATRUE commented 11 months ago

So you want to force that each section (left, bottom, right, etc.) can has only 1 foreground widget and other frames should be stacked by the tab structure?

No! In ARTIQ dashboard, all the frames are stacked in one widget in the initial state as you said, but an user can move a frame into another widget by dragging and dropping. I want to implement like this.

kangz12345 commented 11 months ago

Okay cool!