QMenu::aboutToShow doesn't send on use appmenu
Bug #1449373 reported by
Igor Nikitin
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
appmenu-qt5 |
New
|
Undecided
|
Unassigned | ||
appmenu-qt (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Minimal example:
#include <QtCore>
#include <QtWidgets>
int main( int argc, char** argv )
{
QApplication a( argc, argv );
QMainWindow w;
QMenu* m = w.menuBar(
m->addAction( "New" );
QObject:
w.show();
return a.exec();
}
If call 'w.menuBar(
To post a comment you must log in.
Ubuntu 15.04 64 bit, appemenu-qt 0.3.0+15. 04.20150121- 0ubuntu3