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