mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-07-03 05:16:28 +00:00
init
This commit is contained in:
35
ui/components/logItemDetails_ui.py
Normal file
35
ui/components/logItemDetails_ui.py
Normal file
@ -0,0 +1,35 @@
|
||||
# -*- 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
|
||||
|
Reference in New Issue
Block a user