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

Method addMainFrame

syncplay/ui/gui.py:1844–1851  ·  view source on GitHub ↗
(self, window)

Source from the content-addressed store, hash-verified

1842 aboutMsgBox.exec_()
1843
1844 def addMainFrame(self, window):
1845 window.mainFrame = QtWidgets.QFrame()
1846 window.mainFrame.setLineWidth(0)
1847 window.mainFrame.setMidLineWidth(0)
1848 window.mainFrame.setContentsMargins(0, 0, 0, 0)
1849 window.mainFrame.setLayout(window.mainLayout)
1850
1851 window.setCentralWidget(window.mainFrame)
1852
1853 def newMessage(self, message):
1854 self.outputbox.moveCursor(QtGui.QTextCursor.End)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected