Here's a basic link to the qml multimedia elements:
http://doc.qt.nokia.com/qtmobility-1.2/qml-multimedia.html#soundeffect
And a snippet directly from the link.
Audio {
id: playMusic
...
Type: Posts; User: Uknight; Keyword(s):
Here's a basic link to the qml multimedia elements:
http://doc.qt.nokia.com/qtmobility-1.2/qml-multimedia.html#soundeffect
And a snippet directly from the link.
Audio {
id: playMusic
...
Ahhhh...
My bad, a careless mistake to assume that the uid is a QString.
It is a Hexadecimal figure.
id = "" + target->uid().toHex();
This worked for me.
Do feel free to close this thread,...
Just an update, I have been playing around with the various QString methods to see if any of them works but unfortunately they dont.
Here's the snippet and outputs:
[Qt Message] Target detected...
Hi, first off thank you for sparing the time to read my post.
I'm generally very new with QT programming and C++ as I come from a Java based education.
Currently I'm following the corkboard...