MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / displayAlert

Method displayAlert

src/bitmessageqt/__init__.py:1778–1782  ·  view source on GitHub ↗
(self, title, text, exitAfterUserClicksOk)

Source from the content-addressed store, hash-verified

1776 )
1777
1778 def displayAlert(self, title, text, exitAfterUserClicksOk):
1779 self.updateStatusBar(text)
1780 QtGui.QMessageBox.critical(self, title, text, QtGui.QMessageBox.Ok)
1781 if exitAfterUserClicksOk:
1782 os._exit(0)
1783
1784 def rerenderMessagelistFromLabels(self):
1785 for messagelist in (self.ui.tableWidgetInbox, self.ui.tableWidgetInboxChans, self.ui.tableWidgetInboxSubscriptions):

Callers

nothing calls this directly

Calls 1

updateStatusBarMethod · 0.95

Tested by

no test coverage detected