eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8327
666c2b81cbb7
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
37 37
38 self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes.keys())) 38 self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes.keys()))
39 39
40 # populate the chart theme combobox 40 # populate the chart theme combobox
41 try: 41 try:
42 from PyQt5.QtChart import QChart 42 from PyQt6.QtChart import QChart
43 43
44 self.chartThemeComboBox.addItem( 44 self.chartThemeComboBox.addItem(
45 self.tr("Automatic"), -1) 45 self.tr("Automatic"), -1)
46 self.chartThemeComboBox.addItem( 46 self.chartThemeComboBox.addItem(
47 self.tr("Light"), 47 self.tr("Light"),

eric ide

mercurial