-
大小: 54KB文件類型: .rar金幣: 2下載: 1 次發布日期: 2021-06-12
- 語言: Python
- 標簽: Python3.x??Pyqt5??QToolBox??QTreeWidget??
資源簡介
(續)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.xm
?????文件????????213??2018-07-31?21:36??wangyong_17\.idea\misc.xm
?????文件????????274??2018-07-31?21:36??wangyong_17\.idea\modules.xm
?????文件????????459??2018-07-31?21:36??wangyong_17\.idea\wangyong_13.iml
?????文件??????37935??2018-08-05?09:50??wangyong_17\.idea\workspace-沖突-higher80.xm
?????文件??????45527??2018-08-06?10:13??wangyong_17\.idea\workspace.xm
?????文件???????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個文件信息
評論
共有 條評論