https://bugs.kde.org/show_bug.cgi?id=499562
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cwo....@posteo.net --- Comment #14 from cwo <cwo....@posteo.net> --- The issue here seems to be MessageDialog. (We have separate bugs for ColorDialog and FontDialog, and File/FolderDialog we already get good dialogs). This isn't a particularly heavily used component in the first place: https://lxr.kde.org/search?%21v=kf6-qt6&_filestring=.qml&_string=MessageDialog Most of them are the Kirigami.Addons MessageDialog, and some completely custom things named MessageDialog. I think the QtQuick.Dialogs version is only used in - The Networks kcm to remove connections - Sticky Notes widget for removing notes - colord-kcm (which is X11 only) And a few times in apps: - Elisa in Settings and Track dialogs - KDE Connect SMS - DayKountdown - (and Cutehmi uses the Platform version, which is deprecated in favor of the QtQuick.Dialogs version) Seems like these could just be ported to Kirigami.PromptDialog or similar (except maybe Sticky Notes?). -- You are receiving this mail because: You are watching all bug changes.