qtmobility/src/multimedia/qvideowidgetcontrol.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    37 **
    37 **
    38 ** $QT_END_LICENSE$
    38 ** $QT_END_LICENSE$
    39 **
    39 **
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 #include <qvideowidgetcontrol.h>
    42 #include "qvideowidgetcontrol.h"
    43 #include <qmediacontrol_p.h>
    43 #include "qmediacontrol_p.h"
    44 
    44 
    45 QTM_BEGIN_NAMESPACE
    45 QTM_BEGIN_NAMESPACE
    46 
    46 
    47 /*!
    47 /*!
    48     \class QVideoWidgetControl
    48     \class QVideoWidgetControl
   123 
   123 
   124     Returns how video is scaled to fit the widget with respect to its aspect ratio.
   124     Returns how video is scaled to fit the widget with respect to its aspect ratio.
   125 */
   125 */
   126 
   126 
   127 /*!
   127 /*!
   128     \fn QVideoWidgetControl::setAspectRatioMode(QVideoWidget::AspectRatioMode mode)
   128     \fn QVideoWidgetControl::setAspectRatioMode(Qt::AspectRatioMode mode)
   129 
   129 
   130     Sets the aspect ratio \a mode which determines how video is scaled to the fit the widget with
   130     Sets the aspect ratio \a mode which determines how video is scaled to the fit the widget with
   131     respect to its aspect ratio.
   131     respect to its aspect ratio.
   132 */
   132 */
   133 
   133