feature/zuyuan3
陆鑫宇 1 year ago
parent 2b3e77d5ec
commit 94782a07d7

@ -17,7 +17,7 @@ from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
QPalette, QPixmap, QRadialGradient, QTransform)
from PySide6.QtWidgets import (QApplication, QHBoxLayout, QLabel, QLineEdit,
QPushButton, QSizePolicy, QWidget)
#LXY
class id_form(object):
def setupUi(self, Form):
if not Form.objectName():
@ -153,8 +153,9 @@ class id_form(object):
self.retranslateUi(Form)
QMetaObject.connectSlotsByName(Form)
# setupUi
# setupUi
# LXY
def retranslateUi(self, Form):
Form.setWindowTitle(QCoreApplication.translate("Form", u"单目标追踪", None))
self.label.setText(QCoreApplication.translate("Form", u"请输入车辆ID:", None))

Loading…
Cancel
Save