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 | |
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')
-rw-r--r-- | doc/src/demos/mediaplayer.qdoc | 2 | ||||
-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 | ||||
-rwxr-xr-x | doc/src/images/audiodevices-example.png | bin | 0 -> 25856 bytes | |||
-rw-r--r-- | doc/src/images/audioinput-example.png | bin | 0 -> 10383 bytes | |||
-rwxr-xr-x | doc/src/images/audiooutput-example.png | bin | 0 -> 11966 bytes | |||
-rw-r--r-- | doc/src/images/combowidgetmapper-example.png (renamed from doc/src/images/combo-widget-mapper.png) | bin | 10801 -> 10801 bytes | |||
-rw-r--r-- | doc/src/images/qmediaplayer-demo.png (renamed from doc/src/images/mediaplayer-demo.png) | bin | 12868 -> 12868 bytes |
10 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/demos/mediaplayer.qdoc b/doc/src/demos/mediaplayer.qdoc index 11fc110..3eeb313 100644 --- a/doc/src/demos/mediaplayer.qdoc +++ b/doc/src/demos/mediaplayer.qdoc @@ -32,5 +32,5 @@ The Media Player demonstration shows how \l{Phonon Module}{Phonon} can be used in Qt applications to handle audio and video playback. - \image mediaplayer-demo.png + \image qmediaplayer-demo.png */ 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 diff --git a/doc/src/images/audiodevices-example.png b/doc/src/images/audiodevices-example.png Binary files differnew file mode 100755 index 0000000..ae857df --- /dev/null +++ b/doc/src/images/audiodevices-example.png diff --git a/doc/src/images/audioinput-example.png b/doc/src/images/audioinput-example.png Binary files differnew file mode 100644 index 0000000..fb703e6 --- /dev/null +++ b/doc/src/images/audioinput-example.png diff --git a/doc/src/images/audiooutput-example.png b/doc/src/images/audiooutput-example.png Binary files differnew file mode 100755 index 0000000..5588fbb --- /dev/null +++ b/doc/src/images/audiooutput-example.png diff --git a/doc/src/images/combo-widget-mapper.png b/doc/src/images/combowidgetmapper-example.png Binary files differindex 910d6ed..910d6ed 100644 --- a/doc/src/images/combo-widget-mapper.png +++ b/doc/src/images/combowidgetmapper-example.png diff --git a/doc/src/images/mediaplayer-demo.png b/doc/src/images/qmediaplayer-demo.png Binary files differindex 2c1f9b4..2c1f9b4 100644 --- a/doc/src/images/mediaplayer-demo.png +++ b/doc/src/images/qmediaplayer-demo.png |