ui.py 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # -*- coding: utf-8 -*-
  2. # Form implementation generated from reading ui file 'ui.ui'
  3. #
  4. # Created by: PyQt5 UI code generator 5.15.4
  5. #
  6. # WARNING: Any manual changes made to this file will be lost when pyuic5 is
  7. # run again. Do not edit this file unless you know what you are doing.
  8. from PyQt5 import QtCore, QtGui, QtWidgets
  9. class Ui_MainWindow(object):
  10. def setupUi(self, MainWindow):
  11. MainWindow.setObjectName("MainWindow")
  12. MainWindow.resize(1328, 890)
  13. MainWindow.setAutoFillBackground(False)
  14. MainWindow.setStyleSheet("")
  15. self.centralwidget = QtWidgets.QWidget(MainWindow)
  16. self.centralwidget.setObjectName("centralwidget")
  17. self.verticalLayout = QtWidgets.QVBoxLayout(self.centralwidget)
  18. self.verticalLayout.setObjectName("verticalLayout")
  19. self.horizontalLayout = QtWidgets.QHBoxLayout()
  20. self.horizontalLayout.setObjectName("horizontalLayout")
  21. self.image_label = QtWidgets.QLabel(self.centralwidget)
  22. self.image_label.setText("")
  23. self.image_label.setObjectName("image_label")
  24. self.horizontalLayout.addWidget(self.image_label)
  25. self.label = QtWidgets.QLabel(self.centralwidget)
  26. self.label.setMaximumSize(QtCore.QSize(16777215, 16777215))
  27. font = QtGui.QFont()
  28. font.setFamily("华文楷体")
  29. font.setPointSize(40)
  30. font.setBold(True)
  31. font.setWeight(75)
  32. self.label.setFont(font)
  33. self.label.setStyleSheet("color: blue")
  34. self.label.setAlignment(QtCore.Qt.AlignCenter)
  35. self.label.setObjectName("label")
  36. self.horizontalLayout.addWidget(self.label)
  37. self.horizontalLayout.setStretch(0, 1)
  38. self.horizontalLayout.setStretch(1, 2)
  39. self.verticalLayout.addLayout(self.horizontalLayout)
  40. self.process_horizontalLayout = QtWidgets.QHBoxLayout()
  41. self.process_horizontalLayout.setObjectName("process_horizontalLayout")
  42. self.verticalLayout.addLayout(self.process_horizontalLayout)
  43. self.unit_horizontalLayout = QtWidgets.QHBoxLayout()
  44. self.unit_horizontalLayout.setObjectName("unit_horizontalLayout")
  45. self.verticalLayout.addLayout(self.unit_horizontalLayout)
  46. self.verticalLayout.setStretch(0, 2)
  47. self.verticalLayout.setStretch(1, 12)
  48. self.verticalLayout.setStretch(2, 1)
  49. MainWindow.setCentralWidget(self.centralwidget)
  50. self.menubar = QtWidgets.QMenuBar(MainWindow)
  51. self.menubar.setGeometry(QtCore.QRect(0, 0, 1328, 23))
  52. self.menubar.setObjectName("menubar")
  53. MainWindow.setMenuBar(self.menubar)
  54. self.statusbar = QtWidgets.QStatusBar(MainWindow)
  55. self.statusbar.setObjectName("statusbar")
  56. MainWindow.setStatusBar(self.statusbar)
  57. self.retranslateUi(MainWindow)
  58. QtCore.QMetaObject.connectSlotsByName(MainWindow)
  59. def retranslateUi(self, MainWindow):
  60. _translate = QtCore.QCoreApplication.translate
  61. MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
  62. self.label.setText(_translate("MainWindow", "上古街停车库取车排队信息"))