Widget for editing a matrix in a table view or viewing it as an image.
More...
|
| class | _ItemDelegate |
| | Forces usage of the QLineEdit for editing floating-point cells in the table view. More...
|
| |
|
| | _update_image (self, value) |
| | Update the image widget whenever the value property changes.
|
| |
Widget for editing a matrix in a table view or viewing it as an image.
◆ __init__()
| gui.matrix_edit.MatrixEdit.__init__ |
( |
| self, |
|
|
| parent = None, |
|
|
* | args, |
|
|
** | kwargs ) |
Initialise the MatrixEdit 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_image()
| gui.matrix_edit.MatrixEdit._update_image |
( |
| self, |
|
|
| value ) |
|
protected |
Update the image widget whenever the value property changes.
◆ _update_image
| gui.matrix_edit.MatrixEdit._update_image |
|
protected |
◆ data_model
| gui.matrix_edit.MatrixEdit.data_model |
◆ emit_commit_data
| gui.matrix_edit.MatrixEdit.emit_commit_data |
◆ ui
| gui.matrix_edit.MatrixEdit.ui = Ui_MatrixEdit() |
The documentation for this class was generated from the following file: