diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-05-18 12:10:44 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2015-05-19 10:09:34 +0000 |
commit | aaff15aec613fa2e2717a8d7b96e25e319a1fbc7 (patch) | |
tree | e575fe492d11271bd8ff99d07ba657a21053a0de /examples | |
parent | 9faaf425e908c150ad2192949d1ec261e1a4328b (diff) | |
download | qtmultimedia-aaff15aec613fa2e2717a8d7b96e25e319a1fbc7.tar.gz |
Doc: Use the screenshot in the Declarative Radio example documentation
Also, crop the screenshot image to not show any window decoration,
and fix the example \brief.
Change-Id: I86310bdc5a4f124180eac1a1d27064286ba34f59
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/multimedia/declarative-radio/doc/images/declarative-radio-example.png | bin | 16734 -> 12113 bytes | |||
-rw-r--r-- | examples/multimedia/declarative-radio/doc/src/declarative-radio.qdoc | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/multimedia/declarative-radio/doc/images/declarative-radio-example.png b/examples/multimedia/declarative-radio/doc/images/declarative-radio-example.png Binary files differindex 6c0393499..5b29174c5 100644 --- a/examples/multimedia/declarative-radio/doc/images/declarative-radio-example.png +++ b/examples/multimedia/declarative-radio/doc/images/declarative-radio-example.png diff --git a/examples/multimedia/declarative-radio/doc/src/declarative-radio.qdoc b/examples/multimedia/declarative-radio/doc/src/declarative-radio.qdoc index 42cebe2f9..62687f03c 100644 --- a/examples/multimedia/declarative-radio/doc/src/declarative-radio.qdoc +++ b/examples/multimedia/declarative-radio/doc/src/declarative-radio.qdoc @@ -28,11 +28,13 @@ /*! \example declarative-radio \title Declarative Radio Example - \brief Demonstrates the radio functionality + \brief Demonstrates using the Radio QML type from Qt Multimedia. \ingroup multimedia_examples This examples uses the \l{Qt Multimedia} \l Radio QML type to list the available channels on the FM frequency. + \image declarative-radio-example.png + \include examples-run.qdocinc */ |