(self)
| 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): |
nothing calls this directly
no test coverage detected