2067 "PEP8/CombinedAsImports", self.combinedAsImpotsCheckBox.isChecked() |
2067 "PEP8/CombinedAsImports", self.combinedAsImpotsCheckBox.isChecked() |
2068 ) |
2068 ) |
2069 settings.setValue( |
2069 settings.setValue( |
2070 "PEP8/SortIgnoringStyle", self.sortIgnoreStyleCheckBox.isChecked() |
2070 "PEP8/SortIgnoringStyle", self.sortIgnoreStyleCheckBox.isChecked() |
2071 ) |
2071 ) |
2072 settings.setValue( |
2072 settings.setValue("PEP8/SortFromFirst", self.sortFromFirstCheckBox.isChecked()) |
2073 "PEP8/SortFromFirst", self.sortFromFirstCheckBox.isChecked() |
|
2074 ) |
|
2075 |
2073 |
2076 @pyqtSlot() |
2074 @pyqtSlot() |
2077 def on_resetDefaultButton_clicked(self): |
2075 def on_resetDefaultButton_clicked(self): |
2078 """ |
2076 """ |
2079 Private slot to reset the configuration values to their default values. |
2077 Private slot to reset the configuration values to their default values. |