scanwidget: spelling

This commit is contained in:
Robert Jördens 2016-04-20 16:29:39 +02:00
parent c9daa50591
commit 7be3ffe79f
1 changed files with 3 additions and 2 deletions

View File

@ -112,14 +112,15 @@ class ScanWidget(QtWidgets.QWidget):
def setDecimals(self, n):
# TODO
# the axis should always use compressed notation is useful
# the axis should always use the most compact notation
# do not:
# self.ticker.precision = n
pass
def setSingleStep(self, v):
# TODO
# use this (and maybe decimals) to snap to "nice" values when dragging
# use this (and/or maybe decimals) to snap to "nice" values when
# dragging
pass
def setSuffix(self, v):