1 Star 1 Fork 1

euaurora / 核设备二大作业排布图生成软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ui_plot.py 4.25 KB
一键复制 编辑 原始数据 按行查看 历史
euaurora 提交于 2021-10-17 20:22 . 换了个思路,速度明显提升
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'e:\QtProjects\设备二大作业排布图生成软件\plot.ui'
#
# Created by: PyQt5 UI code generator 5.15.1
#
# 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_plot(object):
def setupUi(self, plot):
plot.setObjectName("plot")
self.label_2 = QtWidgets.QLabel(plot)
self.label_2.setGeometry(QtCore.QRect(40, 70, 105, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_2.setFont(font)
self.label_2.setObjectName("label_2")
self.lineEdit = QtWidgets.QLineEdit(plot)
self.lineEdit.setGeometry(QtCore.QRect(240, 70, 200, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.lineEdit.setFont(font)
self.lineEdit.setPlaceholderText("")
self.lineEdit.setObjectName("lineEdit")
self.label_3 = QtWidgets.QLabel(plot)
self.label_3.setGeometry(QtCore.QRect(40, 110, 121, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_3.setFont(font)
self.label_3.setObjectName("label_3")
self.lineEdit_2 = QtWidgets.QLineEdit(plot)
self.lineEdit_2.setGeometry(QtCore.QRect(240, 110, 200, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.lineEdit_2.setFont(font)
self.lineEdit_2.setPlaceholderText("")
self.lineEdit_2.setObjectName("lineEdit_2")
self.label_4 = QtWidgets.QLabel(plot)
self.label_4.setGeometry(QtCore.QRect(40, 150, 121, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_4.setFont(font)
self.label_4.setObjectName("label_4")
self.lineEdit_3 = QtWidgets.QLineEdit(plot)
self.lineEdit_3.setGeometry(QtCore.QRect(240, 150, 200, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.lineEdit_3.setFont(font)
self.lineEdit_3.setPlaceholderText("")
self.lineEdit_3.setObjectName("lineEdit_3")
self.lineEdit_4 = QtWidgets.QLineEdit(plot)
self.lineEdit_4.setGeometry(QtCore.QRect(240, 30, 200, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.lineEdit_4.setFont(font)
self.lineEdit_4.setPlaceholderText("")
self.lineEdit_4.setObjectName("lineEdit_4")
self.label_5 = QtWidgets.QLabel(plot)
self.label_5.setGeometry(QtCore.QRect(40, 30, 181, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_5.setFont(font)
self.label_5.setObjectName("label_5")
self.lineEdit_5 = QtWidgets.QLineEdit(plot)
self.lineEdit_5.setGeometry(QtCore.QRect(240, 190, 200, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.lineEdit_5.setFont(font)
self.lineEdit_5.setPlaceholderText("")
self.lineEdit_5.setObjectName("lineEdit_5")
self.label_6 = QtWidgets.QLabel(plot)
self.label_6.setGeometry(QtCore.QRect(40, 190, 131, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_6.setFont(font)
self.label_6.setObjectName("label_6")
self.label_7 = QtWidgets.QLabel(plot)
self.label_7.setGeometry(QtCore.QRect(40, 230, 131, 20))
font = QtGui.QFont()
font.setPointSize(11)
self.label_7.setFont(font)
self.label_7.setObjectName("label_7")
self.widget = QtWidgets.QWidget(plot)
self.widget.setGeometry(QtCore.QRect(10, 280, 981, 691))
self.widget.setObjectName("widget")
self.retranslateUi(plot)
QtCore.QMetaObject.connectSlotsByName(plot)
def retranslateUi(self, plot):
_translate = QtCore.QCoreApplication.translate
plot.setWindowTitle(_translate("plot", "Plot"))
self.label_2.setText(_translate("plot", "传热管总数"))
self.label_3.setText(_translate("plot", "传热面积(m2)"))
self.label_4.setText(_translate("plot", "管束直径(m)"))
self.label_5.setText(_translate("plot", "换热系数(W/(m2·K))"))
self.label_6.setText(_translate("plot", "应布置拉杆数"))
self.label_7.setText(_translate("plot", "排布图"))
Python
1
https://gitee.com/euaurora/runuing-map-generation.git
git@gitee.com:euaurora/runuing-map-generation.git
euaurora
runuing-map-generation
核设备二大作业排布图生成软件
master

搜索帮助