-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.4.0
-
None
When you have a vertical toolbar with very long actions (e.g. long names) and short actions (just an image or short name), then the toolbar is resized to the width of the longest action and the other actions are aligned centered.
However that doesn't work for QWidgetAction based actions that create a custom widget via QWidget* createWidget( QWidget* )
These widgets are shown left aligned, which looks quite ugly.