FontMetric specific settings are now applied in the showEvent method, which is executed right before showing the Widget where the font setting from the stylesheet is already present.
11 lines
250 B
XML
11 lines
250 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<code>
|
|
<TabWidth>4</TabWidth>
|
|
<FontName>Courier</FontName>
|
|
<FontSize>12</FontSize>
|
|
<LinkColor>222 222 222 100</LinkColor>
|
|
<ActiveLinkColor>210 240 70 100</ActiveLinkColor>
|
|
</code>
|
|
</config>
|