summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlbrowser/connectionwidget.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2025-06-13 15:30:50 +0200
committerVolker Hilsheimer <[email protected]>2025-06-13 19:31:12 +0200
commit9f93ddd2f3ce77a6d4ccd2de93bff95244d381d8 (patch)
tree9b647c96f9690c446b603e59ae5d8a80b0f55020 /examples/sql/sqlbrowser/connectionwidget.cpp
parentab53b1293122518a512335b94491566305280851 (diff)
QGroupBox: document non-standard behavior for enable/disable logicHEADdev
When QGroupBox::checked changes, it disables children, and enables children that are not explicitly disabled. The group box itself however remains enabled, so it's possible for user code to override the behavior for individual child widgets, which can happen accidentally when the order in which children are added, and the checked state of the group box is changed, is inconsistent. We won't change this as it has too many side effects. Instead, document the conceptually deviation from enable/disable state propagation. Pick-to: 6.10 6.9 6.8 6.5 Fixes: QTBUG-25938 Change-Id: I2aa37600ec932cd4ce721bfa98f63169eb0d0beb Reviewed-by: Axel Spoerl <[email protected]>
Diffstat (limited to 'examples/sql/sqlbrowser/connectionwidget.cpp')
0 files changed, 0 insertions, 0 deletions