In loadData you can only select a file, not a directory. This would be wrong if you choose to load a project this way (entirely optional, sure), if you want to load Bruker data, and there could be other uses in the future. Should be changed
--- old+++ new@@ -1 +1 @@-In loadData you can only select a file, not a directory. This would be wrong if you choose to load a project this way (entirely optional, sure), if you want to load Bruker data, and there could be otehr uses in the future. SHoudl eb changed+In loadData you can only select a file, not a directory. This would be wrong if you choose to load a project this way (entirely optional, sure), if you want to load Bruker data, and there could be other uses in the future. Should be changed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems that Qt (unbelievably) does not support selecting either a file or a directory. You have to decide when you create the FileDialog which it will be. If you google you will find various work-arounds, so if we need this we will have to do so.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
It seems that Qt (unbelievably) does not support selecting either a file or a directory. You have to decide when you create the FileDialog which it will be. If you google you will find various work-arounds, so if we need this we will have to do so.