资源简介

(续)Python3.x+Pyqt5实现主窗体里QToolBox导航栏抽屉效果和树形导航,以及QSplitter用QToolBox导航栏抽屉效果动态载入子窗体。

资源截图

代码片段和文件信息

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

# Form implementation generated from reading ui file ‘ChildrenForm.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_Form(object):
    def setupUi(self Form):
        Form.setobjectName(“Form“)
        Form.resize(738 652)
        Form.setAutoFillBackground(False)
        self.horizontalLayout = QtWidgets.QHBoxLayout(Form)
        self.horizontalLayout.setContentsMargins(0 0 0 0)
        self.horizontalLayout.setobjectName(“horizontalLayout“)
        self.verticalLayout = QtWidgets.QVBoxLayout()
        self.verticalLayout.setobjectName(“verticalLayout“)
        self.graphicsView = QtWidgets.QGraphicsView(Form)
        self.graphicsView.setobjectName(“graphicsView“)
        self.verticalLayout.addWidget(self.graphicsView)
        self.horizontalLayout.addLayout(self.verticalLayout)

        self.retranslateUi(Form)
        QtCore.Qmetaobject.connectSlotsByName(Form)

    def retranslateUi(self Form):
        _translate = QtCore.QCoreApplication.translate
        Form.setWindowtitle(_translate(“Form“ “Form“))


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

     文件        228  2018-07-31 21:36  wangyong_17\.idea\inspectionProfiles\profiles_settings.xml

     文件        213  2018-07-31 21:36  wangyong_17\.idea\misc.xml

     文件        274  2018-07-31 21:36  wangyong_17\.idea\modules.xml

     文件        459  2018-07-31 21:36  wangyong_17\.idea\wangyong_13.iml

     文件      37935  2018-08-05 09:50  wangyong_17\.idea\workspace-冲突-higher80.xml

     文件      45527  2018-08-06 10:13  wangyong_17\.idea\workspace.xml

     文件       1198  2018-08-05 21:30  wangyong_17\ChildrenForm.py

     文件       1013  2018-07-31 11:54  wangyong_17\ChildrenForm.ui

     文件       1416  2018-08-05 09:23  wangyong_17\ChildrenForm2.py

     文件       1292  2018-07-31 23:12  wangyong_17\ChildrenForm2.ui

     文件       1765  2018-08-02 21:44  wangyong_17\ChildrenForm3.py

     文件       1413  2018-08-01 04:39  wangyong_17\ChildrenForm3.ui

     文件        404  2018-08-02 21:44  wangyong_17\ChildrenForm3_yewuwenjian.py

     文件        821  2018-07-30 04:52  wangyong_17\folder closed.png

     文件        855  2018-07-30 04:52  wangyong_17\folder open.png

     文件      11362  2018-08-06 10:12  wangyong_17\mainfile.py

     文件       1634  2018-08-05 23:27  wangyong_17\MainForm.py

     文件       1071  2018-08-05 23:27  wangyong_17\MainForm.ui

     文件        594  2018-07-30 05:54  wangyong_17\Original Point.png

     文件    5129164  2018-06-28 10:51  wangyong_17\snapshot.png

     文件       1283  2018-08-05 21:30  wangyong_17\__pycache__\ChildrenForm.cpython-35.pyc

     文件       1463  2018-08-05 09:23  wangyong_17\__pycache__\ChildrenForm2.cpython-35.pyc

     文件       1590  2018-08-05 23:21  wangyong_17\__pycache__\ChildrenForm3.cpython-35.pyc

     文件        603  2018-08-05 23:21  wangyong_17\__pycache__\ChildrenForm3_yewuwenjian.cpython-35.pyc

     文件       1563  2018-08-05 23:30  wangyong_17\__pycache__\MainForm.cpython-35.pyc

     文件       1564  2018-08-05 22:23  wangyong_17\__pycache__\MainForm2.cpython-35.pyc

     文件       1564  2018-08-05 23:27  wangyong_17\__pycache__\MainForm3.cpython-35.pyc

     目录          0  2018-08-05 23:29  wangyong_17\.idea\inspectionProfiles

     目录          0  2018-08-06 10:13  wangyong_17\.idea

     目录          0  2018-08-05 23:30  wangyong_17\__pycache__

............此处省略4个文件信息

评论

共有 条评论