Qt 6.11 is out! See what's new in the release
blog
QProcess works with pictures?
-
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"))