Whether the widget automatically fills its background before painting.
The color role used for the widget's background.
Controls how the widget handles context menu requests.
ReadonlydeviceThe ratio between physical and logical pixels for the widget's display.
ReadonlydurationTotal duration of the loaded video in seconds.
Whether the widget is interactive and accepts user input.
The font role applied to the widget's text rendering.
The color role used for the widget's foreground elements.
ReadonlyheightCurrent height of the widget in pixels.
Whether the widget is hidden from view.
ReadonlyisTrue if the underlying native widget object has been destroyed.
The layout manager assigned to arrange child widgets.
Number of times the video will loop; -1 for infinite looping.
Whether the video audio is muted.
ReadonlyonCallback fired when the video view is clicked.
ReadonlyonSignal emitted when the widget is closed.
ReadonlyonSignal emitted when the widget becomes hidden.
ReadonlyonCallback fired when the pointer enters or leaves the video view.
ReadonlyonSignal emitted when a key is pressed while the widget has focus.
ReadonlyonSignal emitted when the user double-clicks on the widget.
ReadonlyonSignal emitted when the mouse moves over the widget.
ReadonlyonSignal emitted when a mouse button is pressed on the widget.
ReadonlyonSignal emitted when a mouse button is released on the widget.
ReadonlyonCallback fired when the playback position changes.
ReadonlyonSignal emitted when the widget is resized.
ReadonlyonSignal emitted when the widget becomes visible.
ReadonlyonCallback fired when the playback state changes.
Current playback position in seconds.
Corner radius of the video view widget.
Whether the widget responds to hover events.
ReadonlystateCurrent playback state of the video.
Text displayed in a tooltip when the user hovers over the widget.
Whether the widget is currently visible.
Playback volume level, from 0.0 to 1.0.
ReadonlywidthCurrent width of the widget in pixels.
Title text displayed in the widget's title bar when shown as a window.
Brings the widget's top-level window to the foreground and gives it focus.
Resizes the widget to fit its contents based on the size hint.
Blocks or unblocks signal emission from the widget.
Closes the widget, hiding it and emitting the onClose signal.
Schedules the widget for deletion after the current event loop iteration.
Returns the name of this object's type.
Captures the widget's current rendered content as a Pixmap.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Moves the widget to the specified position.
Pauses the currently playing video.
Starts or resumes video playback.
Raises the widget to the top of the parent widget's stack.
Resizes the widget to the specified width and height.
Sets the margins around the widget's contents.
Sets the cursor shape displayed when the mouse is over the widget.
Sets a custom pixmap as the cursor when the mouse is over the widget.
Locks the widget's width to the given value, preventing resizing.
Gives keyboard input focus to the widget.
Sets the maximum height the widget can be resized to.
Sets the maximum width the widget can be resized to.
Sets the minimum height the widget must maintain.
Sets the minimum width the widget must maintain.
Marks property changes on this widget as undoable via the undo stack.
Marks property changes on this widget and all its children as undoable.
Makes the widget visible.
Stops video playback and resets to the beginning.
Resets the cursor to the parent widget's cursor.
Widget for displaying video content.