Widget for editing a vector in a table view or viewing it as a plot.
More...
|
| class | _ItemDelegate |
| | Forces usage of the QLineEdit for editing floating-point cells in the table view. More...
|
| |
|
| | _update_plot (self, value) |
| | Update the plot widget whenever the value property changes.
|
| |
Widget for editing a vector in a table view or viewing it as a plot.
◆ __init__()
| gui.vector_edit.VectorEdit.__init__ |
( |
| self, |
|
|
| parent = None, |
|
|
* | args, |
|
|
** | kwargs ) |
Initialise the VectorEdit widget.
- Parameters
-
| parent | The optional parent Qt widget object. |
| args | Additional positional arguments passed onto the base class. |
| kwargs | Additional keyword arguments passed onto the base class. |
◆ _update_plot()
| gui.vector_edit.VectorEdit._update_plot |
( |
| self, |
|
|
| value ) |
|
protected |
Update the plot widget whenever the value property changes.
◆ _update_plot
| gui.vector_edit.VectorEdit._update_plot |
|
protected |
◆ data_model
| gui.vector_edit.VectorEdit.data_model |
◆ emit_commit_data
| gui.vector_edit.VectorEdit.emit_commit_data |
◆ legend
| gui.vector_edit.VectorEdit.legend = self.ui.dataPlot.addLegend() |
◆ ui
| gui.vector_edit.VectorEdit.ui = Ui_VectorEdit() |
The documentation for this class was generated from the following file: