MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / changePalette

Method changePalette

gui-apps/app_pyqt5.py:66–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.changePalette()
65
66 def changePalette(self):
67 if (self.useStylePaletteCheckBox.isChecked()):
68 QApplication.setPalette(QApplication.style().standardPalette())
69 else:
70 QApplication.setPalette(self.originalPalette)
71
72 def advanceProgressBar(self):
73 curVal = self.progressBar.value()

Callers 1

changeStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected