https://bugs.kde.org/show_bug.cgi?id=389585

--- Comment #35 from Valeriy Malov <jazzv...@gmail.com> ---
Seems like a lot of KCMs that are still bugged are QML ones that rely on rely
on KQuickAddons::ConfigModule

kcm_fileindexermonitor
kcm_fonts
kcm_launchfeedback
kcm_translations
kcm_workspace

Some QML KCMs work fine though, like Networks or Mouse. Both have some sort of
top level UI or QWidget, e.g. mouse KCM propagates sizeHint from QML properties
into a QWidget

KQuickAddons::ConfigModule on the other hand is just a QObject with no concept
of size hint. It seems like something should be done with ConfigModule, but
just turning it into a QWidget with sizeHint makes no difference since no one
ever asks it it's sizeHint anyway. I'm not really familiar with QML to fix this
right away :/ This probably should be split out into a separate bug?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to