• 大小: 13KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Python
  • 标签: Python3.x  ChartDirecto  

资源简介

Python3.x+ChartDirector 6.1实现数据可视化界面(ChartDirector绘图;label控件中显示图片;还保存图片)和业务逻辑分离案例01_自己写的,有UI界面源代码

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file ‘jiemian.ui‘
#
# Created by: PyQt5 UI code generator 5.6
#
# WARNING! All changes made in this file will be lost!

from PyQt5 import QtCore QtGui QtWidgets

class Ui_MainWindow(object):
    def setupUi(self MainWindow):
        MainWindow.setobjectName(“MainWindow“)
        MainWindow.resize(680 731)
        self.centralwidget = QtWidgets.QWidget(MainWindow)
        self.centralwidget.setobjectName(“centralwidget“)
        self.horizontalLayout = QtWidgets.QHBoxLayout(self.centralwidget)
        self.horizontalLayout.setobjectName(“horizontalLayout“)
        self.verticalLayout = QtWidgets.QVBoxLayout()
        self.verticalLayout.setobjectName(“verticalLayout“)
        self.label = QtWidg

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        228  2018-06-29 06:29  wangyong_08\.idea\inspectionProfiles\profiles_settings.xml

     文件        213  2018-06-29 06:29  wangyong_08\.idea\misc.xml

     文件        274  2018-06-29 06:29  wangyong_08\.idea\modules.xml

     文件        459  2018-06-29 06:32  wangyong_08\.idea\wangyong_08.iml

     文件      30063  2018-07-05 07:58  wangyong_08\.idea\workspace.xml

     文件       2015  2018-07-03 07:58  wangyong_08\jiemian.py

     文件       1349  2018-07-03 07:58  wangyong_08\jiemian.ui

     文件       2666  2018-07-05 06:06  wangyong_08\jiemian2.py

     文件       2156  2018-07-05 06:06  wangyong_08\jiemian2.ui

     文件        855  2018-07-05 06:24  wangyong_08\mainfile.py

     文件       3277  2018-07-05 07:55  wangyong_08\yewuwenjian.py

     文件       1769  2018-07-03 07:58  wangyong_08\__pycache__\jiemian.cpython-35.pyc

     文件       2196  2018-07-05 06:06  wangyong_08\__pycache__\jiemian2.cpython-35.pyc

     文件       2315  2018-07-05 07:54  wangyong_08\__pycache__\yewuwenjian.cpython-35.pyc

     目录          0  2018-06-29 06:29  wangyong_08\.idea\inspectionProfiles

     目录          0  2018-07-05 07:58  wangyong_08\.idea

     目录          0  2018-07-05 07:54  wangyong_08\__pycache__

     目录          0  2018-07-05 07:55  wangyong_08

----------- ---------  ---------- -----  ----

                49835                    18


评论

共有 条评论