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.
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.
Width of the callout frame border in pixels.
ReadonlyonSignal emitted when the widget is closed.
ReadonlyonSignal emitted when the widget becomes hidden.
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.
ReadonlyonSignal emitted when the widget is resized.
ReadonlyonSignal emitted when the widget becomes visible.
Text displayed in a tooltip when the user hovers over the widget.
Whether the widget is currently visible.
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.
Raises the widget to the top of the parent widget's stack.
Resizes the widget to the specified width and height.
Set the background role and color group for the callout frame.
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.
Set the foreground role and color group for the callout frame.
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.
Resets the cursor to the parent widget's cursor.
Widget displaying a callout or tooltip with optional arrow.