On item Click in QTreeWidget - to open location of the file in the system in mac
hi
In treewidget, I am displaying list of all the application files in my system and also there path. On click of item in the QTreeWidget , i want to open the location of that app file in my system with that app file selected on that location.
For this I used
by using I will be able to open the location of that selected item from treeWidget in the system, but that item is not selected at that location. Is there any why to open the location with the item selected.
Re: On item Click in QTreeWidget - to open location of the file in the system in mac
How do you detect the selected item and how do you get the path so far?
Re: On item Click in QTreeWidget - to open location of the file in the system in mac
Quote:
How do you detect the selected item and how do you get the path so far?
The item(name of the Application) that is being clicked in QTreeWidget is the selected item, and in another column i stored path of that item (the path of the Application).