My Qt's version is 4.7.4
it's unable to find "QPopupMenu", the header file
thx for any answers
My Qt's version is 4.7.4
it's unable to find "QPopupMenu", the header file
thx for any answers
QPopupMenu was replaced by QMenu in Qt 4. So just use QMenu with QMenu::exec() and you have the same effect.
AKB48 (23rd March 2012)
Bookmarks