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. In the updated application, support for Qt for Maemo on the Nokia N900 has been added.
Important classes: QDesktopServices, QMainWindow.
S60 5th Edition Qt for S60 4.5.2 Tower Tested on: - Nokia 5800 XpressMusic - Nokia N900 Developed with: - S60 5th Edition SDK v1.0 for Symbian OS and Qt 4.5.2 Tower - Maemo 5 and Qt 4.5.2 - QtCreator 1.0 and Windows XP