(self)
| 844 | |
| 845 | # show the application window |
| 846 | def appIndicatorShow(self): |
| 847 | if self.actionShow is None: |
| 848 | return |
| 849 | if not self.actionShow.isChecked(): |
| 850 | self.actionShow.setChecked(True) |
| 851 | self.appIndicatorShowOrHideWindow() |
| 852 | |
| 853 | # unchecks the show item on the application indicator |
| 854 | def appIndicatorHide(self): |
no test coverage detected