https://bugs.kde.org/show_bug.cgi?id=479816
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|UPSTREAM |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/-/commit/4 | |f01e2ff676cd4a11ba36f49d967 | |db4635e2d216 --- Comment #10 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 4f01e2ff676cd4a11ba36f49d967db4635e2d216 by Nicolas Fella. Committed on 07/03/2024 at 18:55. Pushed by nicolasfella into branch 'master'. [qtquick/action] Add API to set transient parent for dialog We want the dialog to have a proper parent window set. Usually Qt automatically obtains one from the parent item. This doesn't work here however since the dialog's loader is not part of the item hierarchy. This causes the window to not be shown since Qt 6.7. See QTBUG-121197 Merely adding the property and setting it to null makes sure the window can be shown. Users of the API should however pass a parent window so that the dialog has a parent set. M +9 -0 src/qtquick/qml/Action.qml https://invent.kde.org/frameworks/knewstuff/-/commit/4f01e2ff676cd4a11ba36f49d967db4635e2d216 -- You are receiving this mail because: You are watching all bug changes.