Searched refs:contextMenu (Results 1 – 2 of 2) sorted by relevance
947 contextMenu = createStandardContextMenu(); in ConfigInfoView()948 QAction *action = new QAction("Show Debug Info", contextMenu); in ConfigInfoView()956 contextMenu->addSeparator(); in ConfigInfoView()957 contextMenu->addAction(action); in ConfigInfoView()1222 contextMenu->popup(event->globalPos()); in contextMenuEvent()
189 QMenu *contextMenu; variable