Solved. Qt Code: Switch view QString path=QApplication::applicationDirPath()+"/manual.pdf"; bool r = QDesktopServices::openUrl(QUrl::fromLocalFile(path)); QString path=QApplication::applicationDirPath()+"/manual.pdf"; bool r = QDesktopServices::openUrl(QUrl::fromLocalFile(path)); To copy to clipboard, switch view to plain text mode
QString path=QApplication::applicationDirPath()+"/manual.pdf"; bool r = QDesktopServices::openUrl(QUrl::fromLocalFile(path));
Forum Rules
Bookmarks