Creating a context menu
Unsolved
General and Desktop
-
wrote on 1 Feb 2021, 19:51 last edited by
How do I create a context menu by right clicking on my graphics view box. I want to add another I
Option to change colour of a graph line -
Hi,
You can start from QGraphicsView::contextMenuEvent that will bring you to customContextMenuRequested.
1/2