fix: remove unused compiled UI file
This commit is contained in:
@@ -1,33 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
## Form generated from reading UI file 'scan_history.ui'
|
|
||||||
##
|
|
||||||
## Created by: Qt User Interface Compiler version 6.8.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_ScanHistory(object):
|
|
||||||
def setupUi(self, ScanHistory):
|
|
||||||
if not ScanHistory.objectName():
|
|
||||||
ScanHistory.setObjectName(u"ScanHistory")
|
|
||||||
|
|
||||||
self.retranslateUi(ScanHistory)
|
|
||||||
|
|
||||||
QMetaObject.connectSlotsByName(ScanHistory)
|
|
||||||
# setupUi
|
|
||||||
|
|
||||||
def retranslateUi(self, ScanHistory):
|
|
||||||
pass
|
|
||||||
# retranslateUi
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user