Re: Volume up/down in QML
Hi,
Yes you can do this. they are creating a qml component using qt+symbian, you can also do the same. Try to find "Custom QML Component" on wiki. you will find lots of help.
Re: Volume up/down in QML
Thanks for the quick reply,
following the tutorial I linked in the first post, and many others I found in the Wiki, I could do every steps, but this:
[QUOTE]In the C++ code, register it into the declarative engine.
[CODE]qmlRegisterType<MediakeyCaptureItem>("Mediakey", 1, 0, "MediakeyCapture");[/CODE][/QUOTE]
Here I link my main.cpp
[url]http://pastebin.com/7USz69Qm[/url]
and qmlapplicationviewer.cpp
[url]http://pastebin.com/QBseBinn[/url]
Could you please offer more help exactly where should I register the item?
Thank you really musch
Bálint
Re: Volume up/down in QML
Hi,
Check the [URL="http://www.developer.nokia.com/Community/Wiki/Custom_QML_Component:_Website_Thumbnails"]link[/URL], you can register it from your application main () also.
Re: Volume up/down in QML