Added overview documentation for the radio

Change-Id: I71b072512db51f23b0aed82545b504f9efc824d0
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Jonas Rabbe
2012-01-12 13:23:08 +10:00
committed by Qt by Nokia
parent 0dca769d5a
commit 96eceb5f0a
7 changed files with 102 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ QT_BEGIN_NAMESPACE
The corresponding \l RadioData element gives RDS information about the current radio station.
\sa {Radio Overview}
*/

View File

@@ -93,6 +93,8 @@ QT_BEGIN_NAMESPACE
You use \c RadioData together with the \l Radio element. The properties of the RadioData element will reflect the
information broadcast by the radio station the Radio element is currently tuned to.
\sa {Radio Overview}
*/
QDeclarativeRadioData::QDeclarativeRadioData(QObject *parent) :
QObject(parent),

View File

@@ -74,6 +74,8 @@ namespace
The radio data object will emit signals for any changes in radio data. You can enable or disable
alternative frequency with setAlternativeFrequenciesEnabled().
\sa {Radio Overview}
*/

View File

@@ -86,6 +86,7 @@ namespace
You can change between the frequency bands using setBand() however it is recommended
that you check to make sure the band is available first using isBandSupported().
\sa {Radio Overview}
*/