Skip to content

Commit

Permalink
⚙️ Automatic update of the python UI classes
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored and actions-user committed Jan 20, 2022
1 parent 2481d01 commit bdb99ce
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions ui/autogenerated/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,17 @@
class Ui_aboutWindow(object):
def setupUi(self, aboutWindow):
aboutWindow.setObjectName("aboutWindow")
aboutWindow.resize(650, 200)
aboutWindow.setMaximumSize(QtCore.QSize(650, 200))
aboutWindow.resize(541, 102)
aboutWindow.setMaximumSize(QtCore.QSize(541, 102))
self.centralwidget = QtWidgets.QWidget(aboutWindow)
self.centralwidget.setMinimumSize(QtCore.QSize(650, 200))
self.centralwidget.setMaximumSize(QtCore.QSize(650, 200))
self.centralwidget.setObjectName("centralwidget")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.centralwidget)
self.horizontalLayout.setObjectName("horizontalLayout")
self.label = QtWidgets.QLabel(self.centralwidget)
self.label.setText("")
self.label.setPixmap(QtGui.QPixmap("ui/misc/../misc/logo.png"))
self.label.setObjectName("label")
self.horizontalLayout.addWidget(self.label)
self.label_2 = QtWidgets.QLabel(self.centralwidget)
self.label_2.setEnabled(True)
self.label_2.setMaximumSize(QtCore.QSize(16777215, 16777215))
self.label_2.setOpenExternalLinks(True)
self.label_2.setObjectName("label_2")
self.horizontalLayout.addWidget(self.label_2)
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem)
aboutWindow.setCentralWidget(self.centralwidget)

self.retranslateUi(aboutWindow)
Expand Down

0 comments on commit bdb99ce

Please sign in to comment.