You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
Python
29 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Form implementation generated from reading ui file 'f:\workspace\python\jgzy_queuingsystem\tvclient\views\tvclient_main.ui'
|
|
#
|
|
# Created by: PyQt5 UI code generator 5.15.9
|
|
#
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
|
# run again. Do not edit this file unless you know what you are doing.
|
|
|
|
|
|
from PyQt5 import QtCore, QtGui, QtWidgets
|
|
|
|
|
|
class Ui_tvclient_main(object):
|
|
def setupUi(self, tvclient_main):
|
|
tvclient_main.setObjectName("tvclient_main")
|
|
tvclient_main.resize(400, 300)
|
|
self.label = QtWidgets.QLabel(tvclient_main)
|
|
self.label.setGeometry(QtCore.QRect(80, 80, 171, 41))
|
|
self.label.setObjectName("label")
|
|
|
|
self.retranslateUi(tvclient_main)
|
|
QtCore.QMetaObject.connectSlotsByName(tvclient_main)
|
|
|
|
def retranslateUi(self, tvclient_main):
|
|
_translate = QtCore.QCoreApplication.translate
|
|
tvclient_main.setWindowTitle(_translate("tvclient_main", "Form"))
|
|
self.label.setText(_translate("tvclient_main", "综合屏客户端"))
|