MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / _initView

Method _initView

MCSL2Lib/Widgets/importServerWidgets.py:750–751  ·  view source on GitHub ↗
(self, stepCount, title)

Source from the content-addressed store, hash-verified

748 self.mainTreeWidget.itemClicked.connect(self.setFinished)
749
750 def _initView(self, stepCount, title):
751 self.title.setText(f"{stepCount}. {title}")
752
753 def createZipTree(self, zipFile: ZipFile, supportExt: str = ""):
754 item = ZipTreeModel(self.tr("压缩包内目录 (双击展开)"), None)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected