Meego control panel declarative settings applet
This example shows how to implement minimal declarative settings applet for Meegotouch Control Panel and how to listen for setting changes in QML application.
Article Metadata
Code Example
Source file: Media:Settingappletexample.zip
Article
Created: ssamppa
(04 Aug 2011)
Last edited: kiran10182
(13 Mar 2013)
Settings applet stores setting values in GConf system, to be able to read them from Qt application libgq-gconf library is needed.
Unfortunately libgq-gconf-dev header package is missing from the Qt SDK 1.1.2 Harmattan Beta Target.
To be able to run included example, libgq-gconf-dev package needs to be installed in the Qt SDK Harmattan target:
- Download libgq-gconf-dev_0.6.1+0m6_armel.deb
- install .deb package in Qt SDK
- Linux or Mac:
- For more information refer to documentation here..
- Open Qt Creator and open attached project.
Before building the project, make sure that Harmattan Platform API target is used in Projects -> Qt Version


Kdrozd - Config applet reference
You can find more info about different kinds of applets here: http://harmattan-dev.nokia.com/unstable/beta/api_refs/index.phpkdrozd 23:40, 21 August 2011 (EEST)
Hamishwillee - When is this to be completed?
Hi Ssamppa
Thank you for this article.
Regards
Hamishhamishwillee 04:09, 23 August 2011 (EEST)