diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-01-25 15:54:20 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-01-25 15:54:20 (GMT) |
commit | 6518b1d8f96e7a62c40a4aa23f7f00178cec9803 (patch) | |
tree | a9e3cfdbb38a4c2e5f7e26dc6a471ebcbec9112a /doc/src/examples | |
parent | ec0d663282e191bfb9837e76e709ed2ffe6e8aac (diff) | |
download | Qt-6518b1d8f96e7a62c40a4aa23f7f00178cec9803.zip Qt-6518b1d8f96e7a62c40a4aa23f7f00178cec9803.tar.gz Qt-6518b1d8f96e7a62c40a4aa23f7f00178cec9803.tar.bz2 |
Doc: Fixed missing images in qt demo
Task-number: QTBUG-14274
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/audiodevices.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/audioinput.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/audiooutput.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/combowidgetmapper.qdoc | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/examples/audiodevices.qdoc b/doc/src/examples/audiodevices.qdoc index b812968..fd56e38 100644 --- a/doc/src/examples/audiodevices.qdoc +++ b/doc/src/examples/audiodevices.qdoc @@ -32,6 +32,8 @@ The Audio Devices example demonstrates the basic use of QAudioDeviceInfo class provided with Qt. + \image audiodevices-example.png + Qt provides the QAudioDeviceInfo class to enable audio querying within a standard application user interface. diff --git a/doc/src/examples/audioinput.qdoc b/doc/src/examples/audioinput.qdoc index 7ca01a5..44b480f 100644 --- a/doc/src/examples/audioinput.qdoc +++ b/doc/src/examples/audioinput.qdoc @@ -32,6 +32,8 @@ The Audio Input example demonstrates the basic use of QAudioInput class provided with Qt. + \image audioinput-example.png + Qt provides the QAudioInput class to enable audio functionality within a standard application user interface. diff --git a/doc/src/examples/audiooutput.qdoc b/doc/src/examples/audiooutput.qdoc index 358c404..1703883 100644 --- a/doc/src/examples/audiooutput.qdoc +++ b/doc/src/examples/audiooutput.qdoc @@ -32,6 +32,8 @@ The Audio Output example demonstrates the basic use of the QAudioOutput class provided with Qt. + \image audiooutput-example.png + This example provides a tone generator to supply continuous audio playback. The first button allows pause and resume of the playback. The second button allows toggling between push and pull modes of operation. diff --git a/doc/src/examples/combowidgetmapper.qdoc b/doc/src/examples/combowidgetmapper.qdoc index 1a9bf5a..897d135 100644 --- a/doc/src/examples/combowidgetmapper.qdoc +++ b/doc/src/examples/combowidgetmapper.qdoc @@ -32,7 +32,7 @@ The Delegate Widget Mapper example shows how to use a custom delegate to map information from a model to specific widgets on a form. - \image combo-widget-mapper.png + \image combowidgetmapper-example.png In the \l{Simple Widget Mapper Example}, we showed the basic use of a widget mapper to relate data exposed by a model to simple input widgets |