diff options
author | Dheerendra Purohit <[email protected]> | 2025-05-12 11:11:07 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-05-30 02:23:54 +0000 |
commit | 5b17c03634dcf8f9da6e6570f579f5c2fa280830 (patch) | |
tree | 6b9ba66edc0992fcd8695e39551f344783de4f95 /src/quickdialogs/quickdialogsquickimpl/qml | |
parent | 536588fa0f8adeaf42eacc1418ed41b87c25bc79 (diff) |
The documentation incorrectly stated that setting a parent Item's `enabled`
property to false directly modifies the `enabled` values of its child items.
This is not the case — the effective enabled state of children depends on
their own `enabled` value combined with their parents', and their property
bindings are preserved.
This change updates the documentation to reflect the correct behavior,
avoiding confusion about binding removal or value resetting.
Pick-to: 6.9 6.8 6.5
Fixes: QTBUG-136699
Change-Id: I605024ca216f3bb50015f2ac8641f2e28b3973fa
Reviewed-by: Shawn Rutledge <[email protected]>
Diffstat (limited to 'src/quickdialogs/quickdialogsquickimpl/qml')
0 files changed, 0 insertions, 0 deletions