AnalyseMorphologique/utils/gui/pyqt/main_window/Workers
Djalim Simaila 5a6be4717b 🚀 feat(MainWindow.py, PreProcessWorker.py, Settings.py, UI_Settings.py, settings.ui): add support for verticalising scanned objects
 feat(Settings.py, UI_Settings.py, settings.ui): add checkbox to enable/disable verticalisation of scanned objects
The changes add support for verticalising scanned objects before processing them. A new checkbox has been added to the settings UI to enable/disable this feature.

🔧 refactor(SettingManager.py): add default settings dictionary and refactor createInitialSettings method
 feat(SettingManager.py): add new settings to the config file if they are not present
The `default_settings` dictionary is added to the `SettingManager` class to store the default values for the settings. The `createInitialSettings` method is refactored to use the `default_settings` dictionary to set the initial values of the settings. If new settings are added to the `default_settings` dictionary, they are added to the config file if they are not already present. The `remove_changed` method is added to remove the `has_changed` flag.
2023-05-12 09:44:20 +02:00
..
AdvancedDataWorker.py 🔧 refactor(MainWindow.py): move connection of refresh_advanced_metrics button to its own method 2023-05-10 15:44:52 +02:00
DiscreteDataWorker.py 📝 docs(DiscreteDataWorker.py): add docstring to run() method 2023-05-09 10:54:28 +02:00
PreProcessWorker.py 🚀 feat(MainWindow.py, PreProcessWorker.py, Settings.py, UI_Settings.py, settings.ui): add support for verticalising scanned objects 2023-05-12 09:44:20 +02:00
RawDataWorker.py 📝 docs(RawDataWorker.py): add docstring to run method 2023-05-09 10:53:21 +02:00
Worker.py added more docstrings 2023-04-28 11:34:22 +02:00