|
|
|
@ -3,15 +3,23 @@
|
|
|
|
|
################################################################################
|
|
|
|
|
## Form generated from reading UI file 'MainWindow.ui'
|
|
|
|
|
##
|
|
|
|
|
## Created by: Qt User Interface Compiler version 5.15.2
|
|
|
|
|
## 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 PySide2.QtCore import *
|
|
|
|
|
from PySide2.QtGui import *
|
|
|
|
|
from PySide2.QtWidgets import *
|
|
|
|
|
|
|
|
|
|
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
|
|
|
QMetaObject, QObject, QPoint, QRect,
|
|
|
|
|
QSize, QTime, QUrl, Qt)
|
|
|
|
|
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
|
|
|
QFont, QFontDatabase, QGradient, QIcon,
|
|
|
|
|
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
|
|
|
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
|
|
|
from PySide6.QtWidgets import (QAbstractItemView, QApplication, QComboBox, QFrame,
|
|
|
|
|
QHBoxLayout, QLabel, QLineEdit, QListView,
|
|
|
|
|
QMainWindow, QPlainTextEdit, QProgressBar, QPushButton,
|
|
|
|
|
QSizePolicy, QSpacerItem, QStatusBar, QTabWidget,
|
|
|
|
|
QVBoxLayout, QWidget)
|
|
|
|
|
|
|
|
|
|
class Ui_MainWindow(object):
|
|
|
|
|
def setupUi(self, MainWindow):
|
|
|
|
|