ui_DialogAbout.py 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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, QDate, QDateTime, QLocale,
  10. QMetaObject, QObject, QPoint, QRect,
  11. QSize, QTime, QUrl, Qt)
  12. from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
  13. QFont, QFontDatabase, QGradient, QIcon,
  14. QImage, QKeySequence, QLinearGradient, QPainter,
  15. QPalette, QPixmap, QRadialGradient, QTransform)
  16. from PySide6.QtWidgets import (QApplication, QDialog, QHBoxLayout, QLabel,
  17. QSizePolicy, QSpacerItem, QVBoxLayout, QWidget)
  18. class Ui_DialogAbout(object):
  19. def setupUi(self, DialogAbout):
  20. if not DialogAbout.objectName():
  21. DialogAbout.setObjectName(u"DialogAbout")
  22. DialogAbout.resize(456, 295)
  23. self.verticalLayout = QVBoxLayout(DialogAbout)
  24. self.verticalLayout.setObjectName(u"verticalLayout")
  25. self.label = QLabel(DialogAbout)
  26. self.label.setObjectName(u"label")
  27. font = QFont()
  28. font.setPointSize(30)
  29. font.setBold(True)
  30. self.label.setFont(font)
  31. self.label.setAlignment(Qt.AlignCenter)
  32. self.verticalLayout.addWidget(self.label)
  33. self.version = QLabel(DialogAbout)
  34. self.version.setObjectName(u"version")
  35. self.version.setAlignment(Qt.AlignCenter)
  36. self.verticalLayout.addWidget(self.version)
  37. self.verticalSpacer_2 = QSpacerItem(10, 5, QSizePolicy.Minimum, QSizePolicy.Expanding)
  38. self.verticalLayout.addItem(self.verticalSpacer_2)
  39. self.horizontalLayout = QHBoxLayout()
  40. self.horizontalLayout.setObjectName(u"horizontalLayout")
  41. self.label_3 = QLabel(DialogAbout)
  42. self.label_3.setObjectName(u"label_3")
  43. self.horizontalLayout.addWidget(self.label_3)
  44. self.horizontalSpacer = QSpacerItem(10, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
  45. self.horizontalLayout.addItem(self.horizontalSpacer)
  46. self.label_4 = QLabel(DialogAbout)
  47. self.label_4.setObjectName(u"label_4")
  48. self.label_4.setMinimumSize(QSize(400, 0))
  49. self.horizontalLayout.addWidget(self.label_4)
  50. self.verticalLayout.addLayout(self.horizontalLayout)
  51. self.verticalSpacer = QSpacerItem(20, 67, QSizePolicy.Minimum, QSizePolicy.Expanding)
  52. self.verticalLayout.addItem(self.verticalSpacer)
  53. self.label_2 = QLabel(DialogAbout)
  54. self.label_2.setObjectName(u"label_2")
  55. self.label_2.setAlignment(Qt.AlignCenter)
  56. self.verticalLayout.addWidget(self.label_2)
  57. self.retranslateUi(DialogAbout)
  58. QMetaObject.connectSlotsByName(DialogAbout)
  59. # setupUi
  60. def retranslateUi(self, DialogAbout):
  61. DialogAbout.setWindowTitle(QCoreApplication.translate("DialogAbout", u"\u041e \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435", None))
  62. self.label.setText(QCoreApplication.translate("DialogAbout", u"Propusk", None))
  63. self.version.setText(QCoreApplication.translate("DialogAbout", u"TextLabel", None))
  64. self.label_3.setText(QCoreApplication.translate("DialogAbout", u"Git:", None))
  65. self.label_4.setText(QCoreApplication.translate("DialogAbout", u"<a href=\"https://tj.kbsu.ru/AlexSidorov/propusk\">https://tj.kbsu.ru/AlexSidorov/propusk</a>", None))
  66. self.label_2.setText(QCoreApplication.translate("DialogAbout", u"@ KBSU", None))
  67. # retranslateUi