Ilya Kotov

Results 7 comments of Ilya Kotov

I'm unable to reproduce (manjaro + gnome + wayland). Please, provide your qt6ct.conf and "export" output.

Try latest version from git. Looks like it works fine with your config.

For test purposes try to disable all style sheets.

@ericzolf You can try to use "-platformtheme qt6ct" argument for your qt6 app. This is not very convenient, but may be useful.

Unfortunately, I'm unable to reproduce this issue under latest Manjaro update (qt6ct + Fusion style + darker color scheme). See screenshot. Please, give me right direction. ![Screenshot_20230212_183603](https://user-images.githubusercontent.com/51647531/218330160-c0cf0154-31ff-4043-b5f5-de979e8a3c2a.png)

Unfortunately, QStyle is not supported by QML. Try to use QQC2-Desktop-Style from KDE: https://api.kde.org/frameworks/qqc2-desktop-style/html/index.html `export QT_QUICK_CONTROLS_STYLE=org.kde.desktop`

Unfortunately, I do not know about other solution.