Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc939 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()
H A Dqconf.h187 QMenu *contextMenu; variable