MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / onPreviewNext

Method onPreviewNext

Widgets/Dialogs/SkinDialog.py:70–78  ·  view source on GitHub ↗

下一个

(self)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls 1

doPreviewNextMethod · 0.45

Tested by

no test coverage detected