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

Method updatePlaybackFrameVisibility

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

Source from the content-addressed store, hash-verified

1864 self.listbox.moveCursor(QtGui.QTextCursor.End)
1865
1866 def updatePlaybackFrameVisibility(self):
1867 self.playbackFrame.setVisible(self.playbackAction.isChecked())
1868
1869 def updateAutoplayVisibility(self):
1870 self.autoplayFrame.setVisible(self.autoplayAction.isChecked())

Callers 1

loadSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected