CurveItemConfDlg
- class CurveItemConfDlg(parent=None, curves=None, showXcol=True)[source]
A configuration dialog for creating new CurveItems.
Provides a browser for Taurus models and an editable table for the sources and title of data
Import from
taurus.qt.qtgui.extra_guiqwt.curvesmodel
as:from taurus.qt.qtgui.extra_guiqwt.curvesmodel import CurveItemConfDlg
- applied
- dataChanged
- loadUi(filename=None, path=None)
- static showDlg(parent=None, curves=None)[source]
Static method that launches a modal dialog containing a CurveItemConfDlg
- Parameters:
parent (QObject) – parent for the dialog
- Returns:
Returns a models,ok tuple. models can be either a list of models or a QMimeData object, depending on asMimeData. ok is True if the dialog was accepted (by clicking on the “update” button) and False otherwise
- Return type: