getopenfilename

PyQt5: keep selection order with QFileDialog.getOpenFileNames

PyQt5: keep selection order with QFileDialog.getOpenFileNames Question: I am writing a GUI where the user is asked to select multiple files to open. For this purpose I use QFileDialog. I need to keep track of the order in which the user selected the files, is it possible? I have the following: filepath, _ = QFileDialog.getOpenFileNames(self, …

Total answers: 1