modify the graphics view to display information frames
-
How to create an information frame in the upper left corner in the graphics view to display text information about the graphics view.
@Blackzero
You might use a QGraphicsProxyWidget or even just a QGraphicsTextItem. -
@Blackzero
You might use a QGraphicsProxyWidget or even just a QGraphicsTextItem. -
@JonB How to do it? Has anyone discussed it on YouTube? Can you provide an example of the code?
@Blackzero The first link @JonB gave you has an example