下一个
(self)
| 68 | w.doPreviewPrevious() |
| 69 | |
| 70 | def onPreviewNext(self): |
| 71 | """下一个 |
| 72 | """ |
| 73 | w = self.tabWidgetSkinMain.currentWidget() |
| 74 | if w == self.tabPicture: |
| 75 | self.categoryBtnGroups.checkedButton().property( |
| 76 | 'widget').doPreviewNext() |
| 77 | else: |
| 78 | w.doPreviewNext() |
| 79 | |
| 80 | def onThemeItemClicked(self, name, path): |
| 81 | """ |
nothing calls this directly
no test coverage detected