MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / reject

Method reject

src/bitmessageqt/newchandialog.py:47–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self.done(QtGui.QDialog.Rejected)
46
47 def reject(self):
48 self.timer.stop()
49 self.hide()
50 UISignalQueue.put(('updateStatusBar', _translate("newchandialog", "Chan creation / joining cancelled")))
51 self.done(QtGui.QDialog.Rejected)

Callers

nothing calls this directly

Calls 3

_translateFunction · 0.90
putMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected