Searched refs:contextMenu (Results 1 – 2 of 2) sorted by relevance
927 contextMenu = createStandardContextMenu(); in ConfigInfoView()928 QAction *action = new QAction("Show Debug Info", contextMenu); in ConfigInfoView()936 contextMenu->addSeparator(); in ConfigInfoView()937 contextMenu->addAction(action); in ConfigInfoView()1153 contextMenu->popup(event->globalPos()); in contextMenuEvent()
186 QMenu *contextMenu; variable