Doc: Updated the \brief statements
Most of them were unnecessarily long. Change-Id: I8942254c2211adb268e399056435e6acc940616f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
committed by
Venugopal Shivashankar
parent
b366a99eb1
commit
f51ca0b97c
@@ -29,10 +29,10 @@
|
||||
\example player
|
||||
\title Media Player Example
|
||||
\ingroup multimedia_examples
|
||||
\brief Demonstrates the audio and video playback functionality
|
||||
\brief Playing audio and video.
|
||||
|
||||
This example creates a simple multimedia player. We can play audio and
|
||||
or video files using various codecs.
|
||||
\e{Media Player} demonstrates a simple multimedia player that can play
|
||||
audio and or video files using various codecs.
|
||||
|
||||
\include examples-run.qdocinc
|
||||
|
||||
@@ -40,10 +40,9 @@
|
||||
control the video output. To give the application playlist capability
|
||||
we also use a QPlayList object.
|
||||
|
||||
To activate the various functions such as play and stop on the dialog
|
||||
we connect clicked() signals to slots that emit the play() and stop()
|
||||
signals and in turn which we connect to the play() and stop() slots in
|
||||
QMediaPlayer.
|
||||
To activate the various functions such as play and stop on the dialog,
|
||||
the button clicked events emit the play() and stop() signals, which
|
||||
are connected to the play() and stop() slots of QMediaPlayer.
|
||||
|
||||
\code
|
||||
connect(controls, SIGNAL(play()), player, SLOT(play()));
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
\example videographicsitem
|
||||
\title Video Graphics Item Example
|
||||
\ingroup multimedia_examples
|
||||
\brief This example demonstrates how to stream video on a graphics scene.
|
||||
\brief Streaming video on a graphics scene.
|
||||
|
||||
The Video Graphics Item example shows how to implement a QGraphicsItem that displays video on a
|
||||
graphics scene using \l{Qt Multimedia}'s QAbstractVideoSurface.
|
||||
\e{Video Graphics Item} demonstrates how to implement a QGraphicsItem that
|
||||
displays video on a graphics scene using QAbstractVideoSurface.
|
||||
|
||||
\image video-videographicsitem.png
|
||||
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
\example videowidget
|
||||
\title Video Widget Example
|
||||
\ingroup multimedia_examples
|
||||
\brief This example is a simple video player
|
||||
\brief Implementing a video player widget.
|
||||
|
||||
The Video Widget example denonstrates how to implement a video widget using
|
||||
\l{Qt Multimedia}'s QAbstractVideoSurface.
|
||||
\e{Video Widget} demonstrates how to implement a video widget using
|
||||
QAbstractVideoSurface.
|
||||
|
||||
\image video-videowidget.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user