Home
last modified time | relevance | path

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

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