MCPcopy Index your code
hub / github.com/PyQt5/PyQt / connectSignals

Method connectSignals

QtChart/ChartThemes.py:122–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 self.updateUI()
121
122 def connectSignals(self):
123 self.m_themeComboBox.currentIndexChanged.connect(self.updateUI)
124 self.m_antialiasCheckBox.toggled.connect(self.updateUI)
125 self.m_animatedComboBox.currentIndexChanged.connect(self.updateUI)
126 self.m_legendComboBox.currentIndexChanged.connect(self.updateUI)
127
128 def generateRandomData(self, listCount, valueMax, valueCount):
129 random.seed()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected