forked from M-Labs/artiq
scanwidget: spelling
This commit is contained in:
parent
c9daa50591
commit
7be3ffe79f
|
@ -112,14 +112,15 @@ class ScanWidget(QtWidgets.QWidget):
|
||||||
|
|
||||||
def setDecimals(self, n):
|
def setDecimals(self, n):
|
||||||
# TODO
|
# TODO
|
||||||
# the axis should always use compressed notation is useful
|
# the axis should always use the most compact notation
|
||||||
# do not:
|
# do not:
|
||||||
# self.ticker.precision = n
|
# self.ticker.precision = n
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def setSingleStep(self, v):
|
def setSingleStep(self, v):
|
||||||
# TODO
|
# 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
|
pass
|
||||||
|
|
||||||
def setSuffix(self, v):
|
def setSuffix(self, v):
|
||||||
|
|
Loading…
Reference in New Issue