Is there a way to make a QFileDialog limited to staying in a given directory branch, e.g. it will display files and directories under /some/branch but nowhere else? Also, I would like the /some/branch to not show (everything appears as if in root directory).

Thanks