Update LCD display in examples.

main
Alex Huszagh 2022-05-07 11:40:39 -05:00
parent 9b5d4ce1e9
commit 8f3e87f08e
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -261,6 +261,7 @@ class Ui:
self.lcd = QtWidgets.QLCDNumber(3, self.tab_1v3)
self.lcd.display(15)
self.lcd.setFrameShape(compat.NoFrame)
self.lcd.setSegmentStyle(compat.LCDFlat)
self.verticalLayout_6.addWidget(self.lcd)
self.verticalLayout_4v2.addWidget(self.tabWidget3, 0, compat.AlignTop)
self.gridLayout_3v2.addWidget(self.groupBox_3v2, 0, 0, 1, 1)