[Qt-creator] To Open a File and Read It.

Daniel Teske daniel.teske at nokia.com
Mon Feb 2 11:55:14 CET 2009


> QFile file("config/exclude_files.exc");
Are you sure you want a relative path there? Since that path is relative from 
the current working directory. QApplication::applicationDirPath() might be of 
help.

daniel



More information about the Qt-creator-old mailing list