Sure . But I meant that specifying an absolute path should result in an absolute path, and not in a path relative to $PWD/snap. That's the "weird" part. However, I know what to do now.
_________________________ We're searching for QMC2 translators & support for existing translations. Interested? See here!
I think global impact exists since your changes for the FileOpenDialog (r3988) If I want choose/select a file by using the File chooser, I have to save the file.
Again, that's just a standard dialog. QMC2 will not use the "saved" file name to save anything but for the corresponding string (which is supposed to be a path, which is why this dialog is used).
But it may be annoying in this scenario as I'm using the same dialog now in the emulator configuration and in the device setup.
_________________________ We're searching for QMC2 translators & support for existing translations. Interested? See here!
It's now using QFileDialog::getOpenFileName() as before in the device setup and QFileDialog::getSaveFileName() in the emulator configuration (SVN r3993). I also removed the overwrite confirmation as it's not really useful here.
_________________________ We're searching for QMC2 translators & support for existing translations. Interested? See here!