Update mainwindow.ui generate new python class. Add screenshot of mainwindow.
This commit is contained in:
parent
8be0d139b2
commit
fb96980719
@ -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
BIN
src/images/mainwindow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user