Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have use QMacToolBar from macextras and it works properly. But have not figured how to show toolbar only with icons, without texts. All help is much appreciated.
What happens if you provide an icon and empty string as text?
addItem(const QIcon & icon, const QString & text)
@jsulm Well, texts are not displayed but height of toolbar is too large.