On 02/06/2015 03:36 PM, Robert Jördens wrote:
> Hmm. I fear that with this design the prevalent use case of
> 
> a) taking an arbitrary experiment
> b) choosing an arbitrary parameter from the parameter db
> c) scanning the experiment over that parameter
> 
> is more complicated than it should be. AFAICT it is editing the glade
> xml, editing the gui module, potentially the experiment module as
> well.

Glade is optional, and it enables building interfaces with a nice layout
more easily. For quick and dirty user interfaces, it is possible to
build a library class that can be inherited from in the GUI files, that
takes a list of arguments to scan and packs a series of scan widget into
a GtkVBox + GtkScrolledView.

_______________________________________________
ARTIQ mailing list
https://ssl.serverraum.org/lists/listinfo/artiq

Reply via email to