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

Method __init__

MCSL2Lib/Widgets/importServerWidgets.py:503–509  ·  view source on GitHub ↗
(self, stepCount: int, title: str, btnText: str, parent=None)

Source from the content-addressed store, hash-verified

501 finishSignal = pyqtSignal(bool)
502
503 def __init__(self, stepCount: int, title: str, btnText: str, parent=None):
504 super().__init__(parent)
505 self.file: str = ""
506 self._setUpUI()
507 self._initView(stepCount, title, btnText)
508 self._connectSlots()
509 self.setNotFinished()
510
511 def setFinished(self):
512 self.statusIcon.setFinished()

Callers

nothing calls this directly

Calls 5

_setUpUIMethod · 0.95
_initViewMethod · 0.95
_connectSlotsMethod · 0.95
setNotFinishedMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected