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

Method setNotFinished

MCSL2Lib/Widgets/importServerWidgets.py:516–518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

514 self.finishSignal.emit(True)
515
516 def setNotFinished(self):
517 self.statusIcon.setNotFinished()
518 self.statusText.setText(self.tr("此项仍未完成。"))
519
520 def _setUpUI(self):
521 self.setObjectName("importSingleWidget")

Callers 1

__init__Method · 0.95

Calls 1

setNotFinishedMethod · 0.45

Tested by

no test coverage detected