(self)
| 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() |