PDA

View Full Version : Open a file with affiliated binary



bunjee
22nd August 2009, 21:30
Hey there,

Is it possible to open a file with its affiliated binary from Qt.

e.g: open a .doc with Microsoft Word.

numbat
23rd August 2009, 07:17
See QDesktopServices::openUrl. openUrl examples here (http://wiki.forum.nokia.com/index.php/Launch_other_applications,_Browser,_RealPlayer_in_ Qt).