You can use QCoreApplication::applicationDirPath.
It returns the path that contains the executable.
If you needs some "absolute" path independent from the executable, you can use QDir methods as homePath(), rootPath() and so on
You can use QCoreApplication::applicationDirPath.
It returns the path that contains the executable.
If you needs some "absolute" path independent from the executable, you can use QDir methods as homePath(), rootPath() and so on
A camel can go 14 days without drink,
I can't!!!
shenakan (6th November 2009)
Bookmarks