Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.cc319 rootEntry(0), headerPopup(0) in ConfigList()
882 if (!headerPopup) { in contextMenuEvent()
885 headerPopup = new QMenu(this); in contextMenuEvent()
893 headerPopup->addAction(action); in contextMenuEvent()
901 headerPopup->addAction(action); in contextMenuEvent()
909 headerPopup->addAction(action); in contextMenuEvent()
911 headerPopup->exec(e->globalPos()); in contextMenuEvent()
Dqconf.h120 QMenu* headerPopup; variable