FreeCAD: master a5c0ac6d

Author Committer Branch Timestamp Parent
chennes wmayer master 2021-02-22 22:39:26 master 89b09468
Changeset [GUI] Make UrlLabel in About styleable

The UrlLabel in the About FreeCAD box was not styleable because its
rich-text contents overrode any styling applied to it. This commit
converts it to a plain text label that can then be styled in a
stylesheet using the Gui--UrlLabel selector. If no stylesheet is
applied, the UrlLabel styles itself using the old-school blue text with
an underline, but any applied stylesheet completely overrides this
default.

This does not affect the "clickability" of a UrlLabel widget, which is
handled independently of the label's content (including its textual
hyperlink, which was and still is ignored).
mod - src/Gui/AboutApplication.ui Diff File
mod - src/Gui/Widgets.cpp Diff File