PDA

View Full Version : Open pdf from QAction



anh5kor
14th March 2015, 10:11
Hello,

In my GUI I have a QAction called "openfile".
On click I should open a file.
Please advice me how can I open a pdf with the help of QAction

wysota
14th March 2015, 10:35
QDesktopServices::openUrl().