PDA

View Full Version : Can qtcreator embed a powerpoint presentation/ prezi file?



Noobinqtcreator
24th January 2014, 16:59
I am trying to design a UI using qtcreator and want to embed a presentation made in powerpoint or prezi onto it, is this possible? any thoughts?

ChrisW67
24th January 2014, 20:10
You can write C++ and use ActiveQt to automate a copy of Powerpoint to display a slide show. The machine still requires a PowerPoint install or viewer.

Prezis, like any web page, can be displayed in a Qt WebKit QWebView with appropriate multimedia support/plugins.