Hi,
I've wrote a small application that search for movies in my computer, list them, order the list and display the list to the user (using a a QTreeWidget). When the user double clic a movie name, my application use the QDesktopServices in order to launch the movie.
Here is the sample code used to launch the movie :
If the [path_to_a_movie] contains accents, like in the example, the movie isn't launched.
I don't understand how to resolve this problem... Has someone an idea ?
Bookmarks