I created a table inside a function and connect as below...
filesTable= new QTableWidget(this);
connect(filesTable,SIGNAL(customContextMenuRequest ed(QPoint)),this,SLOT(ProvideContextMenu(QPoint))) ;
but, it is not generating signal, i am unable too see any context menu over there...
Bookmarks