QWidgetAction *widgetAction = new QWidgetAction(this); widgetAction->setDefaultWidget(new QProgressBar(this)); menubar.addAction(widgetAction);