Added overview documentation for the radio
Change-Id: I71b072512db51f23b0aed82545b504f9efc824d0 Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
@@ -89,6 +89,8 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
The corresponding \l RadioData element gives RDS information about the current radio station.
|
||||
|
||||
\sa {Radio Overview}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -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),
|
||||
|
||||
@@ -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}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -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}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user