Home
last modified time | relevance | path

Searched refs:headerPopup (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dqconf.cc302 rootEntry(0), headerPopup(0) in ConfigList()
885 if (!headerPopup) { in contextMenuEvent()
888 headerPopup = new QMenu(this); in contextMenuEvent()
896 headerPopup->addAction(action); in contextMenuEvent()
899 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h107 QMenu* headerPopup; member in ConfigList
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dqconf.cc305 rootEntry(0), headerPopup(0) in ConfigList()
889 if (!headerPopup) { in contextMenuEvent()
892 headerPopup = new QMenu(this); in contextMenuEvent()
900 headerPopup->addAction(action); in contextMenuEvent()
903 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h107 QMenu* headerPopup; member in ConfigList

Completed in 6 milliseconds