Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.0.0
-
None
-
Qt 5.0.0 final official binaries on Linux
-
304fdbeeb14c8f9e75cda99d2e4122b4dee1d952
Description
The property "position" of the QML "Video" element is read-only. However,
1) the documentation states that it is read-write: http://qt-project.org/doc/qt-5.0/qtmultimedia/qml-qtmultimedia5-video.html#position-prop
2) the example in the documentation uses it as read-write property
3) there is no other way to seek within the video
Therefore I think this is a bug and the "position" property should be read-write.