How can I make QGraphicsView look flat? It looks like this:
QGraphicsView
I don't want the outline to be shown. Thanks!
QGraphicsView inherits from QFrame. Use the setFrameStyle method and the lineWidth property to change the frame appearance.
QFrame
setFrameStyle
lineWidth