I have full path of some pdf files which are in different directories and I want to show those files in one Window from where user can click and open them by and document viewer.
Since I'm new to python and QtGUI, I am unable to figure out how to do this. Here is something that i had seen but unable to figure out how it is happening. When I run it, shows folder hierarchy , but instead of that i just want to show files of which i have complete path.
Thanks in advance.