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

Method loadMenubar

syncplay/ui/gui.py:1709–1715  ·  view source on GitHub ↗
(self, window, passedBar)

Source from the content-addressed store, hash-verified

1707 window.outputLayout.addWidget(window.playbackFrame)
1708
1709 def loadMenubar(self, window, passedBar):
1710 if passedBar is not None:
1711 window.menuBar = passedBar['bar']
1712 window.editMenu = passedBar['editMenu']
1713 else:
1714 window.menuBar = QtWidgets.QMenuBar()
1715 window.editMenu = None
1716
1717 def populateMenubar(self, window):
1718 # File menu

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected