expt with font size

This commit is contained in:
2024-02-29 15:29:56 +01:00
parent 4b5f911c10
commit 49be032511
+2
View File
@@ -570,7 +570,9 @@ class CAQTextEntry(QLineEdit, PVGateway):
print ("FONT", self.font().pointSize(), value)
#self.setFont(QFont("Sans Serif", 8))
#QLineEdit.setFont(self, QFont("Sans Serif", 8))
self.font().setPixelSize(12)
PVGateway.receive_monitor_update(self, value, status, alarm_severity)
self.font().setPixelSize(12)
print ("FONT-2", self.font().pixelSize(), value)
print ("FONT-2", self.font().pointSize(), value)