In pyQt, you need to open the file by pressing a button, similar to ctrl + o. But it should open not a given existing directory, but a list of files from RAM. Accordingly, two questions: 1. Is it possible to do so? 2. If so, is it possible to make file selection on a click (as if choosing from an existing folder)?
- This refers to the file list stored in the data structure? - magrif
- A list of files from different directories, generated on the fly, you need to show it. - Boris Mirsky
|