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

Method _initView

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

Source from the content-addressed store, hash-verified

571 self.statusText.setText(self.tr("[状态文本]"))
572
573 def _initView(self, stepCount, title, btnText):
574 self.title.setText(f"{stepCount}. {title}")
575 self.importBtn.setText(btnText)
576
577 def _connectSlots(self):
578 self.importBtn.clicked.connect(self.selectFile)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected