Bases: PyQt4.QtGui.QAbstractItemView
This widget is a view on a CurvesTableModel. It displays and allows to change the properties of selected curve(s). Note that this widget does not allow to change selection by itself, but rather relies on some other view on the same model (like a QTableView) to alter the selection.
blocks/unblocks the signals from all the properties controls
Parameters: | block (:class:~`bool`) – If True, signals are blocked. If False they are unblocked |
---|
Reimplemented. See Qt.QAbstractItemView.dataChanged()
Returns a copy of the currently shown properties
Return type: | :class:~`CurveAppearanceProperties` |
---|---|
Returns: |
dummy reimplementation
dummy reimplementation
slot called whenever one of the controls is changed
dummy reimplementation
Reimplemented. See Qt.QAbstractItemView.selectionChanged()
Updates the control widgets to show the given properties.
- ..note:: that the signals of the controls may be temporally blocked to
- prevent loops. See the blockSignals parameter.
Parameters: |
|
---|
Updates the state of the properties controls to reflect the selection
dummy reimplementation
dummy reimplementation
dummy reimplementation