aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtMultimediaWidgets
Commit message (Collapse)AuthorAgeFilesLines
* QtMultimedia: Add further classesFriedemann Kleint2017-05-021-1/+1
| | | | | | | | | | | | | Split typesystem_multimedia.xml into typesystem_multimedia_common.xml and typesystem_multimedia_forward_declarations.xml in order to be able to implement the overloads of QCamera::setViewfinder and QMediaPlayer::setVideoOutput() taking a QVideoWidget/ QGraphicsVideoItem, respectively. Task-number: PYSIDE-349 Task-number: PYSIDE-487 Change-Id: I4b8758f3715fbf12e9f05d48da18e0c65c17f06d Reviewed-by: Christian Tismer <tismer@stackless.com>
* Add QtMultimediaWidgetsFriedemann Kleint2017-04-242-0/+104
Add module and a simple test that shows the widgets. Task-number: PYSIDE-349 Change-Id: I0abecaa7dad03fbb1910ac049a5aed250ed80d78 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>