更新版本
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
################################################################################
|
||||
## Form generated from reading UI file 'log.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, QFrame, QGridLayout, QSizePolicy,
|
||||
QTextEdit, QWidget)
|
||||
|
||||
class Ui_FrameLog(object):
|
||||
def setupUi(self, FrameLog):
|
||||
if not FrameLog.objectName():
|
||||
FrameLog.setObjectName(u"FrameLog")
|
||||
FrameLog.resize(982, 300)
|
||||
self.gridLayout = QGridLayout(FrameLog)
|
||||
self.gridLayout.setObjectName(u"gridLayout")
|
||||
self.textEdit = QTextEdit(FrameLog)
|
||||
self.textEdit.setObjectName(u"textEdit")
|
||||
|
||||
self.gridLayout.addWidget(self.textEdit, 0, 0, 1, 1)
|
||||
|
||||
|
||||
self.retranslateUi(FrameLog)
|
||||
|
||||
QMetaObject.connectSlotsByName(FrameLog)
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, FrameLog):
|
||||
FrameLog.setWindowTitle(QCoreApplication.translate("FrameLog", u"Frame", None))
|
||||
# retranslateUi
|
||||
|
||||
Reference in New Issue
Block a user