Qt5ct: Difference between revisions

From wikinotes
(Created page with "A program to manage qt stylesheets.")
 
No edit summary
Line 1: Line 1:
A program to manage qt stylesheets.
Qt5 attempts to match settings from current desktop environment.<br>
qt5ct lets you set deskto-environment agnostic overrides.
 
= Enable =
<blockquote>
<syntaxhighlight lang="bash">
export QT_QPA_PLATFORMTHEME=qt5ct
</syntaxhighlight>
</blockquote><!-- Enable -->
 
= Configuration =
<blockquote>
 
</blockquote><!-- Configuration -->

Revision as of 03:59, 4 September 2022

Qt5 attempts to match settings from current desktop environment.
qt5ct lets you set deskto-environment agnostic overrides.

Enable

export QT_QPA_PLATFORMTHEME=qt5ct

Configuration