mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-04-11 17:20:18 +00:00
36 lines
1.3 KiB
Python
36 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
################################################################################
|
|
## Form generated from reading UI file 'logItemDetails.ui'
|
|
##
|
|
## Created by: Qt User Interface Compiler version 6.5.2
|
|
##
|
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
################################################################################
|
|
|
|
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 (QApplication, QSizePolicy, QWidget)
|
|
|
|
class Ui_LogItemDetails(object):
|
|
def setupUi(self, LogItemDetails):
|
|
if not LogItemDetails.objectName():
|
|
LogItemDetails.setObjectName(u"LogItemDetails")
|
|
LogItemDetails.resize(603, 469)
|
|
LogItemDetails.setWindowTitle(u"LogItemDetails")
|
|
|
|
self.retranslateUi(LogItemDetails)
|
|
|
|
QMetaObject.connectSlotsByName(LogItemDetails)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, LogItemDetails):
|
|
pass
|
|
# retranslateUi
|
|
|