QProcess works with pictures?
Unsolved
General and Desktop
-
Hi
No, QProcess works ONLY with "exe" files. Something that is runnable.
A picture is not.To open a picture using the default program for that, one can call
http://doc.qt.io/qt-5/qdesktopservices.htmlQDesktopServices::openUrl(QUrl("file:///home/XX/fileName.png"))