src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10069
435cc5875135
child 10428
a071d4065202
equal deleted inserted replaced
10372:1444b4bee64b 10373:093dcebe5ecb
47 self.showPasswordButton.setIcon(EricPixmapCache.getIcon("showPassword")) 47 self.showPasswordButton.setIcon(EricPixmapCache.getIcon("showPassword"))
48 self.apShowPasswordButton.setIcon(EricPixmapCache.getIcon("showPassword")) 48 self.apShowPasswordButton.setIcon(EricPixmapCache.getIcon("showPassword"))
49 49
50 self.workspacePicker.setMode(EricPathPickerModes.DIRECTORY_MODE) 50 self.workspacePicker.setMode(EricPathPickerModes.DIRECTORY_MODE)
51 51
52 self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes.keys())) 52 self.colorSchemeComboBox.addItems(sorted(AnsiColorSchemes))
53 53
54 # populate the chart theme combobox 54 # populate the chart theme combobox
55 if QChart is not None: 55 if QChart is not None:
56 self.chartThemeComboBox.addItem(self.tr("Automatic"), -1) 56 self.chartThemeComboBox.addItem(self.tr("Automatic"), -1)
57 self.chartThemeComboBox.addItem( 57 self.chartThemeComboBox.addItem(

eric ide

mercurial