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

Method on_buttonSkin_clicked

Widgets/MainWindowBase.py:218–223  ·  view source on GitHub ↗

选择主题样式

(self)

Source from the content-addressed store, hash-verified

216
217 @pyqtSlot()
218 def on_buttonSkin_clicked(self):
219 """选择主题样式
220 """
221 if not hasattr(self, 'skinDialog'):
222 self.skinDialog = SkinDialog(self)
223 self.skinDialog.exec_()
224
225 @pyqtSlot()
226 def on_buttonIssues_clicked(self):

Callers

nothing calls this directly

Calls 1

SkinDialogClass · 0.90

Tested by

no test coverage detected