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

Method _connectSlots

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

Source from the content-addressed store, hash-verified

575 self.importBtn.setText(btnText)
576
577 def _connectSlots(self):
578 self.importBtn.clicked.connect(self.selectFile)
579
580 def selectFile(self):
581 self.file = str(

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected