how can i get the coordinates feedback if i click the left button on my qgraphicscene.
Qt Code:
{ if(event->button() == Qt::LeftButton ) { //im not sure what code i should put in here } }To copy to clipboard, switch view to plain text mode
how can i get the coordinates feedback if i click the left button on my qgraphicscene.
Qt Code:
{ if(event->button() == Qt::LeftButton ) { //im not sure what code i should put in here } }To copy to clipboard, switch view to plain text mode
Bookmarks