Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.cc336 rootEntry(0), headerPopup(0) in ConfigList()
824 if (!headerPopup) { in contextMenuEvent()
827 headerPopup = new Q3PopupMenu(this); in contextMenuEvent()
835 action->addTo(headerPopup); in contextMenuEvent()
843 action->addTo(headerPopup); in contextMenuEvent()
851 action->addTo(headerPopup); in contextMenuEvent()
853 headerPopup->exec(e->globalPos()); in contextMenuEvent()
Dqconf.h136 Q3PopupMenu* headerPopup; variable