expt with font size

This commit is contained in:
2024-02-29 15:39:20 +01:00
parent 8ae83b2ea6
commit 3e5255c55e

View File

@@ -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: