Show only icons in QMacToolBar
-
wrote on 10 Nov 2015, 07:08 last edited by
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)
-
What happens if you provide an icon and empty string as text?
addItem(const QIcon & icon, const QString & text)
3/3