TaurusImageDialog
¶

-
class
TaurusImageDialog
(parent=None, designMode=False, toolbar=True, **kwargs)[source]¶ Bases:
guiqwt.plot.ImageDialog
,taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget
A taurus dialog for showing 2D data. It behaves as a regular
guiqwt.plot.ImageDialog
but it also offers the expected Taurus interface (e.g. setting models, save/apply configs, drag&drops,...)See also
TaurusImageWidget
-
model
¶ reimplemented from
TaurusBaseWidget
-
modifiableByUser
¶ whether the user can change the contents of the widget
Return type: bool
Returns: True if the user is allowed to modify the look&feel
-
rgbmode
¶
-
useParentModel
¶ Returns whether this component is using the parent model
Return type: bool
Returns: True if using parent model or False otherwise
-