hi everyone,
I create a context menu for a dialog .It is working fine.But my problem is to restrict within the table view.
Qt Code:
menu.addAction(deleteAct); menu.exec(event->globalPos());To copy to clipboard, switch view to plain text mode
Here i am using globalpos() .but i dont know what to use to restrict it.
plz gvie some soln.
Bookmarks