CurveItemConfDlg

Inheritance diagram of 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
getCurveItemConfs()[source]
loadUi(filename=None, path=None)
onApply()[source]
onModelsAdded(models)[source]
onReload()[source]
onTableContextMenu(pos)[source]
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:

list,bool or QMimeData,bool