⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 random_str.py

📁 利用python语言写的课程设计: 包括学生成绩统计
💻 PY
字号:
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'random_str.ui'
#
# Created: Fri Mar 27 18:10:52 2009
#      by: PyQt4 UI code generator 4.4.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

class Ui_Form(object):
    def setupUi(self, Form):
        Form.setObjectName("Form")
        Form.resize(403, 221)
        self.groupBox = QtGui.QGroupBox(Form)
        self.groupBox.setGeometry(QtCore.QRect(10, 10, 381, 191))
        self.groupBox.setObjectName("groupBox")
        self.cmpr = QtGui.QPushButton(self.groupBox)
        self.cmpr.setGeometry(QtCore.QRect(140, 130, 102, 41))
        self.cmpr.setObjectName("cmpr")
        self.quit = QtGui.QPushButton(self.groupBox)
        self.quit.setGeometry(QtCore.QRect(260, 130, 101, 41))
        self.quit.setObjectName("quit")
        self.str_gnr = QtGui.QPushButton(self.groupBox)
        self.str_gnr.setGeometry(QtCore.QRect(20, 130, 101, 41))
        self.str_gnr.setObjectName("str_gnr")
        self.label_3 = QtGui.QLabel(self.groupBox)
        self.label_3.setGeometry(QtCore.QRect(20, 100, 61, 21))
        self.label_3.setObjectName("label_3")
        self.cor_rate = QtGui.QLabel(self.groupBox)
        self.cor_rate.setGeometry(QtCore.QRect(70, 100, 131, 21))
        self.cor_rate.setObjectName("cor_rate")
        self.label_2 = QtGui.QLabel(self.groupBox)
        self.label_2.setGeometry(QtCore.QRect(20, 60, 36, 39))
        self.label_2.setObjectName("label_2")
        self.lineEdit = QtGui.QLineEdit(self.groupBox)
        self.lineEdit.setGeometry(QtCore.QRect(60, 70, 301, 21))
        self.lineEdit.setObjectName("lineEdit")
        self.label = QtGui.QLabel(self.groupBox)
        self.label.setGeometry(QtCore.QRect(20, 30, 71, 21))
        self.label.setObjectName("label")
        self.random_str = QtGui.QLabel(self.groupBox)
        self.random_str.setGeometry(QtCore.QRect(90, 30, 271, 21))
        self.random_str.setObjectName("random_str")

        self.retranslateUi(Form)
        QtCore.QObject.connect(self.quit, QtCore.SIGNAL("clicked()"), Form.close)
        QtCore.QMetaObject.connectSlotsByName(Form)

    def retranslateUi(self, Form):
        Form.setWindowTitle(QtGui.QApplication.translate("Form", "瀛楃

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -