https://bugs.kde.org/show_bug.cgi?id=487904
--- Comment #19 from ratijas <m...@ratijas.tk> --- Git commit ffc7a58b27dbd9742f0958671ad24e20e5de8fb1 by ivan tkachenko. Committed on 17/06/2024 at 10:23. Pushed by ratijas into branch 'master'. Configuration: Replace old style declarative Binding and an oddly specific property - The standardButton() method is not observable, so it does not matter if we use it for a property or in a one-shot onCompleted hook. - Properties should be using Templates version for maximum flexibility. The NOTE on the property technically might be right (for some style implementations), but it is completely irrelevant, as the only thing we care about here is the Item::enabled property. - The onCompleted hook is a well established idiom for customizing standard buttons in dialog button boxes. See also: https://bugreports.qt.io/browse/QTBUG-120189 M +5 -6 src/qml/ConfigurationDialog.qml https://invent.kde.org/multimedia/elisa/-/commit/ffc7a58b27dbd9742f0958671ad24e20e5de8fb1 -- You are receiving this mail because: You are watching all bug changes.