libqtlxqt - LXQt system integration plugin for Qt.
With this plugin, all Qt-based programs can adopt settings of
LXQt, such as the icon theme.
To use the plugin in Qt 5, we have to export the environment
variable QT_QPA_PLATFORMTHEME=lxqt. Then every Qt5 program
can load the theme plugin.
If, for some unknown reasons, the plugin is not loaded, we can
debug the plugin by exporting QT_DEBUG_PLUGINS=1.
Then, Qt5 will print detailed information and error messages
about all plugins in the console when running any Qt5 programs.
- Sources inherited from project openSUSE:Backports:SLE-15-SP4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.4:ARM/lxqt-qtplugin && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
lxqt-qtplugin-1.0.0.tar.xz | 0000023824 23.3 KB | |
lxqt-qtplugin-1.0.0.tar.xz.asc | 0000000862 862 Bytes | |
lxqt-qtplugin.changes | 0000007185 7.02 KB | |
lxqt-qtplugin.keyring | 0000003138 3.06 KB | |
lxqt-qtplugin.spec | 0000002610 2.55 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 954619
from
Fabian Vogt (favogt)
(revision 2)
- Update to 1.0.0: * Added workarounds for Qt's poor handling of some dark palettes. * Used the C++11 override specifier in some places. - Update to 0.17.0: * Handled Qt 5.15 deprecations. * Don't check before deleting a pointer. * Don't use implicit conversions. * Fixed a palette/highlight color related typo.
Comments 0