Bases: PyQt4.QtGui.QWidget, taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget
A widget for editing the configuration of a experiment (measurement groups, plot and storage parameters, etc).
It receives a Sardana Door name as its model and gets/sets the configuration using the ExperimentConfiguration environmental variable for that Door.
This event handler receives widget close events
creates a new Measurement Group
creates a new Measurement Group
reimplemented from TaurusBaseWidget
Tells if the local data has been modified since it was last refreshed
Return type: | :class:~`bool` |
---|---|
Returns: | True if he local data has been modified since it was last refreshed |
gets a ExpDescription dictionary and sets up the widget
reimplemented from TaurusBaseWidget
sends the current local configuration to the door
Parameters: | ask (:class:~`bool`) – If True (default) prompts the user before saving. |
---|