Skip to content

qt: use basic style for qt quick controls and disable fusion and windows styles

Windows style requires Fusion and they together increase the binary size.

We have only a few controls that are not customized. The most notable one, scroll bar, looks quite weird natively.

Use basic style instead.

See https://doc.qt.io/qt-6/qtquickcontrols-styles.html for more information.

Merge request reports