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 PyQt6.QtChart import QChart |
42 from PyQt6.QtCharts 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"), |