Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0
-
None
Description
Right now input elements in Quick are not functional with QQuickWidget out of the box: one needs to set the focus policy manually.
QQuickWindow/View does not have this issue, obviously since they are not widget-based. However QGraphicsView and QDeclarativeView (Qt Quick 1) both set StrongFocus by default so it is quite illogical not to do it for QQuickWidget too.