headerPopup
if (!headerPopup) {
headerPopup = new QMenu(this);
headerPopup->addAction(action);
headerPopup->exec(e->globalPos());
QMenu* headerPopup;