Set read only s
(self, value)
| 142 | super().setValue(value) |
| 143 | |
| 144 | def setReadOnly(self, value): |
| 145 | """Set read only s |
| 146 | """ |
| 147 | super().setReadOnly(value) |
| 148 | |
| 149 | def value_from_feat(self): |
| 150 | """Update the widget value with the current Feat value of the driver. |
no outgoing calls
no test coverage detected