The GraphicsWidget class in the Editor
namespace is a specialized type of GraphicsItem. It provides additional properties to manage graphical widgets within the editor environment.
The GraphicsWidget class in the Editor
namespace is a specialized type of GraphicsItem. It provides additional properties to manage graphical widgets within the editor environment.
Member Name | Summary |
---|---|
Widget | Gets the associated widget for this graphics item. |
Size | Gets or sets the size of the graphics widget. This property is virtual and can be overridden in derived classes. |
TranslucentBackground | Determines whether the background of the widget is translucent. |
NoSystemBackground | Indicates whether the widget should not use the system background. |