Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dqconf.cc310 rootEntry(0), headerPopup(0) in ConfigList()
873 if (!headerPopup) { in contextMenuEvent()
876 headerPopup = new QMenu(this); in contextMenuEvent()
884 headerPopup->addAction(action); in contextMenuEvent()
892 headerPopup->addAction(action); in contextMenuEvent()
900 headerPopup->addAction(action); in contextMenuEvent()
902 headerPopup->exec(e->globalPos()); in contextMenuEvent()
Dqconf.h120 QMenu* headerPopup; variable