Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A 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()
H A Dqconf.h136 Q3PopupMenu* headerPopup; variable