Added first implementation of declarative radio element
authorJonas Rabbe <jonas.rabbe@nokia.com>
Fri, 12 Aug 2011 03:41:39 +0000 (13:41 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 17 Aug 2011 00:37:10 +0000 (02:37 +0200)
commitf60838dcfd30c27ac0c8925f605a5f3c9eb7fc6c
tree9799b8ce726439d3a992e639e72e0c495ede3510
parent6eac3bd6488f8d8b368d97bdb8d701b804310be6
Added first implementation of declarative radio element

Simply uses and mirrors radio tuner API directly.
Also added an example which uses the new Radio element,
the example should be functional, but cannot be tested on
current setup (lack of actual radio tuner).

Change-Id: I0f724ef239f65aef9c0640d4a3a9fa0d2e7242ed
Reviewed-on: http://codereview.qt.nokia.com/2890
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
examples/declarative-radio/declarative-radio.pro [new file with mode: 0644]
examples/declarative-radio/declarative-radio.qrc [new file with mode: 0644]
examples/declarative-radio/main.cpp [new file with mode: 0644]
examples/declarative-radio/view.qml [new file with mode: 0644]
examples/examples.pro
src/imports/multimedia/multimedia.cpp
src/imports/multimedia/multimedia.pro
src/imports/multimedia/qdeclarativeradio.cpp [new file with mode: 0644]
src/imports/multimedia/qdeclarativeradio_p.h [new file with mode: 0644]