Home
last modified time | relevance | path

Searched refs:contextMenu (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/scripts/kconfig/
Dqconf.h189 QMenu *contextMenu; variable
Dqconf.cc942 contextMenu = createStandardContextMenu(); in ConfigInfoView()
943 QAction *action = new QAction("Show Debug Info", contextMenu); in ConfigInfoView()
949 contextMenu->addSeparator(); in ConfigInfoView()
950 contextMenu->addAction(action); in ConfigInfoView()
1215 contextMenu->popup(event->globalPos()); in contextMenuEvent()