ui_DialogAbout.py 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. self.label.setAlignment(Qt.AlignCenter)
  21. self.verticalLayout.addWidget(self.label)
  22. self.version = QLabel(DialogAbout)
  23. self.version.setObjectName(u"version")
  24. self.version.setAlignment(Qt.AlignCenter)
  25. self.verticalLayout.addWidget(self.version)
  26. self.verticalSpacer_2 = QSpacerItem(10, 5, QSizePolicy.Minimum, QSizePolicy.Expanding)
  27. self.verticalLayout.addItem(self.verticalSpacer_2)
  28. self.horizontalLayout = QHBoxLayout()
  29. self.horizontalLayout.setObjectName(u"horizontalLayout")
  30. self.label_3 = QLabel(DialogAbout)
  31. self.label_3.setObjectName(u"label_3")
  32. self.horizontalLayout.addWidget(self.label_3)
  33. self.horizontalSpacer = QSpacerItem(10, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
  34. self.horizontalLayout.addItem(self.horizontalSpacer)
  35. self.label_4 = QLabel(DialogAbout)
  36. self.label_4.setObjectName(u"label_4")
  37. self.label_4.setMinimumSize(QSize(400, 0))
  38. self.horizontalLayout.addWidget(self.label_4)
  39. self.verticalLayout.addLayout(self.horizontalLayout)
  40. self.verticalSpacer = QSpacerItem(20, 67, QSizePolicy.Minimum, QSizePolicy.Expanding)
  41. self.verticalLayout.addItem(self.verticalSpacer)
  42. self.label_2 = QLabel(DialogAbout)
  43. self.label_2.setObjectName(u"label_2")
  44. self.label_2.setAlignment(Qt.AlignCenter)
  45. self.verticalLayout.addWidget(self.label_2)
  46. self.retranslateUi(DialogAbout)
  47. QMetaObject.connectSlotsByName(DialogAbout)
  48. # setupUi
  49. def retranslateUi(self, DialogAbout):
  50. DialogAbout.setWindowTitle(QCoreApplication.translate("DialogAbout", u"\u041e \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435", None))
  51. self.label.setText(QCoreApplication.translate("DialogAbout", u"Propusk", None))
  52. self.version.setText(QCoreApplication.translate("DialogAbout", u"TextLabel", None))
  53. self.label_3.setText(QCoreApplication.translate("DialogAbout", u"Git:", None))
  54. self.label_4.setText(QCoreApplication.translate("DialogAbout", u"<a href=\"https://tj.kbsu.ru/AlexSidorov/propusk\">https://tj.kbsu.ru/AlexSidorov/propusk</a>", None))
  55. self.label_2.setText(QCoreApplication.translate("DialogAbout", u"@ KBSU", None))
  56. # retranslateUi