-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.6.0
-
None
-
5eb3fae27af9f756e88e0391038fe1126d8b1d18
QWidget::setLayoutDirection documentation doesn't fully document the propagation behavior. When setLayoutDirection is called on a QWidget it doesn't propagate to a child which is a window. Also most importantly, if setLayoutDirection has been explicitly called on a child then calling setLayoutDirection on a parent won't propagate to the child. These things should be mentioned in the documentation of QWidget::setLayoutDirection.