FreeCAD: master 73f4b9b4

Author Committer Branch Timestamp Parent
chennes wwmayer master 2021-02-23 02:19:26 master cb81426e
Changeset [GUI] Implement license tab that obeys stylesheet

The original License tab used a hard-coded HTML element created in Qt
Designer, which adds style tags to all HTML elements. This commit
replaces that tab with a dynamically-created tab which loads an included
LICENSE.html file at runtime. That file contains no style information,
so obeys the style information provided by the current stylesheet. If
that resource file is not available at runtime, the old license tab is
retained and displayed.
mod - src/Doc/CMakeLists.txt Diff File
add - src/Doc/LICENSE.html Diff File
mod - src/Gui/Splashscreen.cpp Diff File
mod - src/Gui/Splashscreen.h Diff File