Camera and Lens profiles directories

In "Preferences", added the possibility to define a "Camera profiles directory" and a "Lens profiles directory" as base paths which enable storing relative paths in the .pp3 files.
This commit is contained in:
Bezierr
2022-07-20 12:14:05 +02:00
parent 19a4720ec7
commit 1450b9bb7a
7 changed files with 86 additions and 6 deletions

View File

@@ -112,6 +112,8 @@ class Preferences final :
MyFileChooserButton* darkFrameDir;
MyFileChooserButton* flatFieldDir;
MyFileChooserButton* clutsDir;
MyFileChooserButton* cameraProfilesDir;
MyFileChooserButton* lensProfilesDir;
Gtk::Label *dfLabel;
Gtk::Label *ffLabel;