Qt

From Maemo Leste Wiki
Revision as of 00:02, 5 January 2021 by Dreamer (talk | contribs) (add some use-flags for style and xcb)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

(This page is work in progress. Very much so.)

Maemo Leste ships with a Qt5 port as of mid 2020.

This page documents how some of that works, and some tricks to modify the setup.



Using a non-maemo theme

Unset or override the "QT_STYLE_OVERRIDE" and "QT_QPA_PLATFORM" environment variables.

You can also add the flag "-style=fusion" to set the style.

Menus are not working

Add the flag "-platform xcb". This enforces the libxcb bindings https://xcb.freedesktop.org/ and may help.