ui_DialogAbout.py 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # -*- coding: utf-8 -*-
  2. ################################################################################
  3. ## Form generated from reading UI file 'DialogAbout.ui'
  4. ##
  5. ## Created by: Qt User Interface Compiler version 6.4.1
  6. ##
  7. ## WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ################################################################################
  9. from PySide6.QtCore import (QCoreApplication, QMetaObject, QSize, Qt)
  10. from PySide6.QtWidgets import (QHBoxLayout, QLabel, QSizePolicy, QSpacerItem, QVBoxLayout)
  11. class Ui_DialogAbout(object):
  12. def setupUi(self, DialogAbout):
  13. if not DialogAbout.objectName():
  14. DialogAbout.setObjectName(u"DialogAbout")
  15. DialogAbout.resize(456, 295)
  16. self.verticalLayout = QVBoxLayout(DialogAbout)
  17. self.verticalLayout.setObjectName(u"verticalLayout")
  18. self.label = QLabel(DialogAbout)
  19. self.label.setObjectName(u"label")
  20. font = QFont()
  21. font.setPointSize(30)
  22. font.setBold(True)
  23. self.label.setFont(font)
  24. self.label.setAlignment(Qt.AlignCenter)
  25. self.verticalLayout.addWidget(self.label)
  26. self.version = QLabel(DialogAbout)
  27. self.version.setObjectName(u"version")
  28. self.version.setAlignment(Qt.AlignCenter)
  29. self.verticalLayout.addWidget(self.version)
  30. self.verticalSpacer_2 = QSpacerItem(10, 5, QSizePolicy.Minimum, QSizePolicy.Expanding)
  31. self.verticalLayout.addItem(self.verticalSpacer_2)
  32. self.horizontalLayout = QHBoxLayout()
  33. self.horizontalLayout.setObjectName(u"horizontalLayout")
  34. self.label_3 = QLabel(DialogAbout)
  35. self.label_3.setObjectName(u"label_3")
  36. self.horizontalLayout.addWidget(self.label_3)
  37. self.horizontalSpacer = QSpacerItem(10, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
  38. self.horizontalLayout.addItem(self.horizontalSpacer)
  39. self.label_4 = QLabel(DialogAbout)
  40. self.label_4.setObjectName(u"label_4")
  41. self.label_4.setMinimumSize(QSize(400, 0))
  42. self.horizontalLayout.addWidget(self.label_4)
  43. self.verticalLayout.addLayout(self.horizontalLayout)
  44. self.verticalSpacer = QSpacerItem(20, 67, QSizePolicy.Minimum, QSizePolicy.Expanding)
  45. self.verticalLayout.addItem(self.verticalSpacer)
  46. self.label_2 = QLabel(DialogAbout)
  47. self.label_2.setObjectName(u"label_2")
  48. self.label_2.setAlignment(Qt.AlignCenter)
  49. self.verticalLayout.addWidget(self.label_2)
  50. self.retranslateUi(DialogAbout)
  51. QMetaObject.connectSlotsByName(DialogAbout)
  52. # setupUi
  53. def retranslateUi(self, DialogAbout):
  54. DialogAbout.setWindowTitle(QCoreApplication.translate("DialogAbout", u"\u041e \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435", None))
  55. self.label.setText(QCoreApplication.translate("DialogAbout", u"Propusk", None))
  56. self.version.setText(QCoreApplication.translate("DialogAbout", u"TextLabel", None))
  57. self.label_3.setText(QCoreApplication.translate("DialogAbout", u"Git:", None))
  58. self.label_4.setText(QCoreApplication.translate("DialogAbout", u"<a href=\"https://tj.kbsu.ru/AlexSidorov/propusk\">https://tj.kbsu.ru/AlexSidorov/propusk</a>", None))
  59. self.label_2.setText(QCoreApplication.translate("DialogAbout", u"@ KBSU", None))
  60. # retranslateUi