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

Method _initView

MCSL2Lib/Widgets/importServerWidgets.py:495–496  ·  view source on GitHub ↗
(self, stepCount)

Source from the content-addressed store, hash-verified

493 self.statusText.setText(self.tr("[状态文本]"))
494
495 def _initView(self, stepCount):
496 self.title.setText(self.tr("{stepCount}. 导入文件 / 文件夹").format(stepCount=stepCount))
497
498
499class ImportSingleWidget(SimpleCardWidget):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected