I was wondering, is there the possibility to show the file inside the folder with this call? just see the file, but select the folder
self.directory = QtWidgets.QFileDialog.getExistingDirectory()
self.pathField.append(self.directory)
fileList = os.listdir(self.directory)
There's a similar question, but I've already tried and it didn't work for me
screenshot