This Qt C++ example application demonstrates how to extend an application with Qt plug-ins. This involves defining a common Qt plug-in interface in the GUI application and implementing media plug-ins for S60 devices. The plug-ins are installed separately, after which the client application detects installed plug-ins and content specific to plug-ins is searched for.
The QPlugin example is based on the DesktopServices example published in the Qt for S60 4.5.2 Tower release.
Important classes: QDesktopServices, QMainWindow.
This Qt C++ example application demonstrates how to extend an application with Qt plug-ins.