Printable View
Hey there, Is it possible to open a file with its affiliated binary from Qt. e.g: open a .doc with Microsoft Word.
See QDesktopServices::openUrl. openUrl examples here.