2 Star 2 Fork 3

ning2035/TEST-C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ui_untitled_5.py 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
ning2035 提交于 2020-05-26 21:09 . No commit message
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'c:\Users\HAC-NXY-038\Desktop\TEST-C\TEST-C\untitled_5.ui'
#
# Created by: PyQt5 UI code generator 5.14.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form1(object):
def setupUi1(self, Form):
Form.setObjectName("Form")
Form.resize(862, 563)
self.groupBox_2_t = QtWidgets.QGroupBox(Form)
self.groupBox_2_t.setGeometry(QtCore.QRect(10, 10, 841, 91))
self.groupBox_2_t.setObjectName("groupBox_2_t")
self.label_2 = QtWidgets.QLabel(self.groupBox_2_t)
self.label_2.setGeometry(QtCore.QRect(10, 20, 811, 61))
self.label_2.setObjectName("label_2")
self.pushButton_t = QtWidgets.QPushButton(Form)
self.pushButton_t.setGeometry(QtCore.QRect(360, 520, 93, 28))
self.pushButton_t.setObjectName("pushButton_t")
self.groupBox = QtWidgets.QGroupBox(Form)
self.groupBox.setGeometry(QtCore.QRect(10, 100, 841, 411))
self.groupBox.setObjectName("groupBox")
self.label = QtWidgets.QLabel(self.groupBox)
self.label.setGeometry(QtCore.QRect(10, 20, 821, 381))
self.label.setObjectName("label")
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "Form"))
self.groupBox_2_t.setTitle(_translate("Form", "提示栏"))
self.label_2.setText(_translate("Form", "TextLabel"))
self.pushButton_t.setText(_translate("Form", "确定"))
self.groupBox.setTitle(_translate("Form", "GroupBox"))
self.label.setText(_translate("Form", "TextLabel"))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ning2035/TEST-C.git
git@gitee.com:ning2035/TEST-C.git
ning2035
TEST-C
TEST-C
更改协议

搜索帮助