Whether the alpha channel is enabled in the color picker.
Whether the widget automatically fills its background before painting.
The color role used for the widget's background.
Whether the button is checkable (toggleable).
Current checked state of the button.
ReadonlycolorEmitted when a color is accepted in the picker.
ReadonlycolorEmitted when the color picker is closed without accepting.
ReadonlycolorEmitted when the color value changes during selection.
Controls how the widget handles context menu requests.
The currently displayed color in the button.
ReadonlydeviceThe ratio between physical and logical pixels for the widget's display.
ReadonlydialogEmitted when the color picker dialog is closed.
ReadonlydialogEmitted when the color picker dialog is created.
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.
ReadonlyisWhether the color picker dialog is currently open.
ReadonlyisTrue if the underlying native widget object has been destroyed.
ReadonlylastThe last color value that was accepted by the user.
The layout manager assigned to arrange child widgets.
ReadonlyonSignal emitted when the button is clicked.
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.
Whether the button is styled as a primary action button.
The button's display text.
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.
Update the tooltip automatically based on current state.
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 button's icon dimensions.
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.
Button for selecting or displaying a color.