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

Method appIndicatorSend

src/bitmessageqt/__init__.py:897–901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

895
896 # Show the program window and select send tab
897 def appIndicatorSend(self):
898 self.appIndicatorShow()
899 self.ui.tabWidget.setCurrentIndex(
900 self.ui.tabWidget.indexOf(self.ui.send)
901 )
902
903 # Show the program window and select subscriptions tab
904 def appIndicatorSubscribe(self):

Callers

nothing calls this directly

Calls 1

appIndicatorShowMethod · 0.95

Tested by

no test coverage detected