I am also using pyqt recently, 233~ I don’t know what your file refers to, but if your file and your py file are in the same directory, then this will be easy to handle.
The code below is just an outline
First you get the file name of the node you clicked
I am also using pyqt recently, 233~
I don’t know what your file refers to, but if your file and your py file are in the same directory, then this will be easy to handle.
The code below is just an outline
First you get the file name of the node you clicked
Get the absolute path, and then concatenate it with the file name to get the absolute path of the file
If it can solve the problem, please adopt it~~~