Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.cc342 rootEntry(0), headerPopup(0) in ConfigList()
830 if (!headerPopup) { in contextMenuEvent()
833 headerPopup = new Q3PopupMenu(this); in contextMenuEvent()
841 action->addTo(headerPopup); in contextMenuEvent()
849 action->addTo(headerPopup); in contextMenuEvent()
857 action->addTo(headerPopup); in contextMenuEvent()
859 headerPopup->exec(e->globalPos()); in contextMenuEvent()
Dqconf.h137 Q3PopupMenu* headerPopup; variable