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

Method newMessage

syncplay/ui/gui.py:1853–1856  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1851 window.setCentralWidget(window.mainFrame)
1852
1853 def newMessage(self, message):
1854 self.outputbox.moveCursor(QtGui.QTextCursor.End)
1855 self.outputbox.insertHtml(message)
1856 self.outputbox.moveCursor(QtGui.QTextCursor.End)
1857
1858 def resetList(self):
1859 self.listbox.setText("")

Callers 2

showMessageMethod · 0.95
showErrorMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected