self.linkCombo.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Links this axis with another view. When linked, both views will display the same data range.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.autoPercentSpin.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Percent of data to be visible when auto-scaling. It may be useful to decrease this value for data with spiky noise.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.autoRadio.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Automatically resize this axis whenever the displayed data is changed.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.manualRadio.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Set the range for this axis manually. This disables automatic scaling. </p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.minText.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Minimum value to display for this axis.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.maxText.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Maximum value to display for this axis.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.invertCheck.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Inverts the display of this axis. (+y points downward instead of upward)</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.mouseCheck.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>Enables mouse interaction (panning, scaling) for this axis.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.visibleOnlyCheck.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>When checked, the axis will only auto-scale to data that is visible along the orthogonal axis.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))
self.autoPanCheck.setToolTip(QtGui.QApplication.translate("Form","<html><head/><body><p>When checked, the axis will automatically pan to center on the current data, but the scale along this axis will not change.</p></body></html>",None,QtGui.QApplication.UnicodeUTF8))