Re: how to import a file into qt when double clicking a file.
Originally Posted by berlinud
is that an absolute path?
I don't know, and you also can't know. Your app has to check all possibilities. Simple have a look on the value of argv (e.g. using qDebug()) and try to determain how you can handle the parameters.
Bookmarks