Update mainwindow.ui generate new python class. Add screenshot of mainwindow.

This commit is contained in:
Jarosław Wieczorek 2020-11-30 18:41:50 +01:00
parent 8be0d139b2
commit fb96980719
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ class Ui_MainWindow(object):
self.h_layout_threshold.addWidget(self.label_threshold_description)
self.lcd_number_of_threshold = QtWidgets.QLCDNumber(self.central_widget)
self.lcd_number_of_threshold.setMinimumSize(QtCore.QSize(100, 50))
self.lcd_number_of_threshold.setMaximumSize(QtCore.QSize(100, 100))
self.lcd_number_of_threshold.setMaximumSize(QtCore.QSize(200, 50))
self.lcd_number_of_threshold.setFrameShape(QtWidgets.QFrame.Box)
self.lcd_number_of_threshold.setFrameShadow(QtWidgets.QFrame.Raised)
self.lcd_number_of_threshold.setSmallDecimalPoint(False)

BIN
src/images/mainwindow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -195,8 +195,8 @@
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
<width>200</width>
<height>50</height>
</size>
</property>
<property name="frameShape">