summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widgets/kernel/qwidget.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 0e868091fc..cfccce7c41 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -3040,7 +3040,8 @@ QList<QAction*> QWidget::actions() const
Disabling a widget implicitly disables all its children. Enabling
respectively enables all child widgets unless they have been
- explicitly disabled.
+ explicitly disabled. It it not possible to explicitly enable a child
+ widget which is not a window while its parent widget remains disabled.
By default, this property is true.