How can i list all the files and folders of a directory in the QlistWidget. LIke i want to list all the files and folders in /media/USB folder.
And also i want to know how can i capture the double click event of a item in a QlistWidget. Because i have two QlistWidget,in one widget directory path is shown and in another widget i want to list all the files/folders when i select the directory path from first widget. Please provide code example if any.