PDA

View Full Version : how to create a PopupMenu?



AKB48
20th March 2012, 06:29
My Qt's version is 4.7.4
it's unable to find "QPopupMenu", the header file
thx for any answers

Lykurg
20th March 2012, 08:07
QPopupMenu was replaced by QMenu in Qt 4. So just use QMenu with QMenu::exec() and you have the same effect.