expt with font size
This commit is contained in:
@@ -555,6 +555,7 @@ class PVGateway(QWidget):
|
||||
|
||||
if LooseVersion(QT_VERSION_STR) >= LooseVersion("5.3"):
|
||||
self.blockSignals(True)
|
||||
print("pvgateway", self.font().pixelSize(), _value_str)
|
||||
self.setText(_value_str)
|
||||
self.blockSignals(False)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user