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

Class _StatusPixmapLabel

MCSL2Lib/Widgets/importServerWidgets.py:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class _StatusPixmapLabel(PixmapLabel):
57 def setFinished(self):
58 self.setPixmap(QPixmap(":/built-InIcons/ok.svg"))
59 self.setFixedSize(30, 30)
60
61 def setNotFinished(self):
62 self.setPixmap(QPixmap(":/built-InIcons/not.svg"))
63 self.setFixedSize(30, 30)
64
65
66class ImportPageWidget(QWidget):

Callers 5

_setUpUIMethod · 0.85
_setUpUIMethod · 0.85
_setUpUIMethod · 0.85
_setUpUIMethod · 0.85
_setUpUIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected