-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstring_ui.py
More file actions
56 lines (44 loc) · 1.97 KB
/
string_ui.py
File metadata and controls
56 lines (44 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- coding: utf-8 -*-
################################################################################
## Form generated from reading UI file 'string.ui'
##
## Created by: Qt User Interface Compiler version 6.9.1
##
## 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, QVBoxLayout, QWidget)
from qfluentwidgets import (StrongBodyLabel, TextEdit)
import V4Resources_rc
class Ui_Form(object):
def setupUi(self, Form):
if not Form.objectName():
Form.setObjectName(u"Form")
Form.resize(387, 150)
Form.setStyleSheet(u"border-image: url(:/PNG/PNG/oyama-mahiro-ai~1.png);")
self.verticalLayout = QVBoxLayout(Form)
self.verticalLayout.setObjectName(u"verticalLayout")
self.Title = StrongBodyLabel(Form)
self.Title.setObjectName(u"Title")
font = QFont()
font.setFamilies([u"HarmonyOS Sans SC"])
font.setPointSize(16)
font.setBold(False)
self.Title.setFont(font)
self.verticalLayout.addWidget(self.Title)
self.TextEdit = TextEdit(Form)
self.TextEdit.setObjectName(u"TextEdit")
self.verticalLayout.addWidget(self.TextEdit)
self.retranslateUi(Form)
QMetaObject.connectSlotsByName(Form)
# setupUi
def retranslateUi(self, Form):
Form.setWindowTitle(QCoreApplication.translate("Form", u"Form", None))
self.Title.setText(QCoreApplication.translate("Form", u"\u6807\u7b7e\uff1a", None))
# retranslateUi