|
RTC Toolkit 6.0.0
|
Forces usage of the QLineEdit for editing floating-point cells in the table view. More...
Public Member Functions | |
| createEditor (self, parent, option, index) | |
| Returns a QLineEdit instance to use as the editor widget if the data index contains a floating point value. | |
Forces usage of the QLineEdit for editing floating-point cells in the table view.
| gui.vector_edit.VectorEdit._ItemDelegate.createEditor | ( | self, | |
| parent, | |||
| option, | |||
| index ) |
Returns a QLineEdit instance to use as the editor widget if the data index contains a floating point value.
For other data types we let QStyledItemDelegate create the default edit widget.