37 lines
1.3 KiB
Python
37 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
################################################################################
|
|
## Form generated from reading UI file 'gui.ui'
|
|
##
|
|
## Created by: Qt User Interface Compiler version 6.4.2
|
|
##
|
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
################################################################################
|
|
|
|
from PySide6.QtCore import * # type: ignore
|
|
from PySide6.QtGui import * # type: ignore
|
|
from PySide6.QtWidgets import * # type: ignore
|
|
from . import images_rc
|
|
|
|
class Ui_MainWindow(object):
|
|
def setupUi(self, MainWindow):
|
|
if not MainWindow.objectName():
|
|
MainWindow.setObjectName(u"MainWindow")
|
|
MainWindow.resize(800, 460)
|
|
icon = QIcon()
|
|
icon.addFile(u":/img/img/icon.ico", QSize(), QIcon.Normal, QIcon.Off)
|
|
MainWindow.setWindowIcon(icon)
|
|
self.centralwidget = QWidget(MainWindow)
|
|
self.centralwidget.setObjectName(u"centralwidget")
|
|
MainWindow.setCentralWidget(self.centralwidget)
|
|
|
|
self.retranslateUi(MainWindow)
|
|
|
|
QMetaObject.connectSlotsByName(MainWindow)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, MainWindow):
|
|
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"D0CXUN7R4C3", None))
|
|
# retranslateUi
|
|
|