Get the minimum.
(self)
| 1270 | self.floatValueChanged.emit(value / self._precision) |
| 1271 | |
| 1272 | def minimum(self): |
| 1273 | """Get the minimum.""" |
| 1274 | return super().minimum() / self._precision |
| 1275 | |
| 1276 | def setMinimum(self, value): |
| 1277 | """Set the minimum.""" |
no outgoing calls