Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/kconfig/
Dqconf.h107 QMenu* headerPopup; variable
Dqconf.cc302 rootEntry(0), headerPopup(0) in ConfigList()
885 if (!headerPopup) { in contextMenuEvent()
888 headerPopup = new QMenu(this); in contextMenuEvent()
896 headerPopup->addAction(action); in contextMenuEvent()
899 headerPopup->exec(e->globalPos()); in contextMenuEvent()