Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dqconf.cc305 rootEntry(0), headerPopup(0) in ConfigList()
869 if (!headerPopup) { in contextMenuEvent()
872 headerPopup = new QMenu(this); in contextMenuEvent()
880 headerPopup->addAction(action); in contextMenuEvent()
883 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h105 QMenu* headerPopup; variable