Searched refs:contextMenu (Results 1 – 2 of 2) sorted by relevance
939 contextMenu = createStandardContextMenu(); in ConfigInfoView()940 QAction *action = new QAction("Show Debug Info", contextMenu); in ConfigInfoView()948 contextMenu->addSeparator(); in ConfigInfoView()949 contextMenu->addAction(action); in ConfigInfoView()1165 contextMenu->popup(event->globalPos()); in contextMenuEvent()
187 QMenu *contextMenu; variable