Skip to content

Add support for custom fonts in ToolButtons

Noah Davis requested to merge work/ndavis/toolbutton-fonts into master

Most QStyleOptions don't have a font, but QStyleOptionToolButton does, so we can support custom fonts for ToolButton in QML.

Merge request reports