|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | + |
| 3 | +################################################################################ |
| 4 | +## Form generated from reading UI file 'Win81SupportNearsEndBVvsDh.ui' |
| 5 | +## |
| 6 | +## Created by: Qt User Interface Compiler version 6.1.0 |
| 7 | +## |
| 8 | +## WARNING! All changes made in this file will be lost when recompiling UI file! |
| 9 | +################################################################################ |
| 10 | + |
| 11 | +from PySide6.QtCore import * |
| 12 | +from PySide6.QtGui import * |
| 13 | +from PySide6.QtWidgets import * |
| 14 | + |
| 15 | + |
| 16 | +class Ui_Dialog(object): |
| 17 | + def setupUi(self, Dialog): |
| 18 | + if not Dialog.objectName(): |
| 19 | + Dialog.setObjectName(u"Dialog") |
| 20 | + Dialog.resize(400, 300) |
| 21 | + Dialog.setLocale(QLocale(QLocale.English, QLocale.UnitedStates)) |
| 22 | + self.gridLayoutWidget = QWidget(Dialog) |
| 23 | + self.gridLayoutWidget.setObjectName(u"gridLayoutWidget") |
| 24 | + self.gridLayoutWidget.setGeometry(QRect(0, 0, 391, 291)) |
| 25 | + self.gridLayout = QGridLayout(self.gridLayoutWidget) |
| 26 | + self.gridLayout.setObjectName(u"gridLayout") |
| 27 | + self.gridLayout.setContentsMargins(0, 0, 0, 0) |
| 28 | + self.label = QLabel(self.gridLayoutWidget) |
| 29 | + self.label.setObjectName(u"label") |
| 30 | + self.label.setWordWrap(True) |
| 31 | + |
| 32 | + self.gridLayout.addWidget(self.label, 0, 0, 1, 1) |
| 33 | + |
| 34 | + self.pushButton = QPushButton(self.gridLayoutWidget) |
| 35 | + self.pushButton.setObjectName(u"pushButton") |
| 36 | + |
| 37 | + self.gridLayout.addWidget(self.pushButton, 1, 0, 1, 1) |
| 38 | + |
| 39 | + |
| 40 | + self.retranslateUi(Dialog) |
| 41 | + |
| 42 | + QMetaObject.connectSlotsByName(Dialog) |
| 43 | + # setupUi |
| 44 | + |
| 45 | + def retranslateUi(self, Dialog): |
| 46 | + Dialog.setWindowTitle(QCoreApplication.translate("Dialog", u"Dialog", None)) |
| 47 | + self.label.setText(QCoreApplication.translate("Dialog", u"Sorry to notify you but Windows 8.1 and Windows Server 2012 R2 are only supported until February 14th, 2023.", None)) |
| 48 | + self.pushButton.setText(QCoreApplication.translate("Dialog", u"OK", None)) |
| 49 | + # retranslateUi |
| 50 | + |
0 commit comments