MCPcopy Create free account
hub / github.com/Syncplay/syncplay / updateReadyIcon

Method updateReadyIcon

syncplay/ui/gui.py:1907–1912  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1905 self.showDebugMessage("Tried to set AutoplayState too soon")
1906
1907 def updateReadyIcon(self):
1908 ready = self.readyPushButton.isChecked()
1909 if ready:
1910 self.readyPushButton.setIcon(QtGui.QPixmap(resourcespath + 'tick_checkbox.png'))
1911 else:
1912 self.readyPushButton.setIcon(QtGui.QPixmap(resourcespath + 'empty_checkbox.png'))
1913
1914 def updateAutoPlayIcon(self):
1915 ready = self.autoplayPushButton.isChecked()

Callers 2

updateReadyStateMethod · 0.95
changeReadyStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected