Set read only s
(self, value)
| 363 | self._value_widget.setValue(value) |
| 364 | |
| 365 | def setReadOnly(self, value): |
| 366 | """Set read only s |
| 367 | """ |
| 368 | self._value_widget.setReadOnly(value) |
| 369 | |
| 370 | @property |
| 371 | def lantz_target(self): |
nothing calls this directly
no test coverage detected