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

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |UPSTREAM

--- Comment #14 from Nate Graham <n...@kde.org> ---
I looked into this and it looks amusingly like we can't change this in the
correct way ourselves in KDE code. The button order is per-platform and the
platform button mappings are in Qt. So the "KDE button order" is hardcoded
there! See https://doc.qt.io/qt-6/qdialogbuttonbox.html#ButtonLayout-enum.

We could theoretically switch to using the GNOME or Mac OS button layouts in
our code, but that would be totally wrong. The correct approach would be to
change what the "KDE button order" means in Qt itself. So to proceed here, Qt
changes are needed.

If you'd like to proceed here, I'd recommend submitting a Qt bug report/feature
request for it.

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

Reply via email to