How to make hyperlink to exe file ?
-
Hi umen242.
Did you try with "linkActivated":http://qt-project.org/doc/qt-5.0/qtwidgets/qlabel.html#linkActivated signal and "QDesktopServices::openUrl":http://qt-project.org/doc/qt-5.0/qtgui/qdesktopservices.html#openUrl to open file?Hope its util.
Regards. -
Yes, or you can use QProcess to start your application when the link get clicked.