class GraphicsWidget : GraphicsItem

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Instance Properties

Member NameSummary
WidgetGets the associated widget for this graphics item.
SizeGets or sets the size of the graphics widget. This property is virtual and can be overridden in derived classes.
TranslucentBackgroundDetermines whether the background of the widget is translucent.
NoSystemBackgroundIndicates whether the widget should not use the system background.