Hi All,
i am able to draw cotext menu in window with qt 4.7.0 but same is not working in symbian,
pls suggest me that how will i create context menu in symbian using qt 4.7.0.
MyMenu::contextMenuEvent(QContextMenuEvent *event)
{
QMenu Mymenu(this);
Mymenu.addAction(A);
Mymenu.addAction(B);
My menu.exec(event->globalPos());
}
this code work with window with qt but not in symbian with qt.




