mart added inline comments.

INLINE COMMENTS

> apol wrote in delegaterecycler.cpp:373
> DelegateRecycler can't be a FocusScope itself because QQuickFocusScope is 
> private API.
> 
> We could put it in a FocusScope but then this opens a can of worms WRT sizes.

https://doc.qt.io/qt-5/qquickitem.html#Flag-enum

you can set the focusscope flag on top of any qquickitem, FocusScope is just an 
empty item that doesn't do anything that setting thjat flag in its ctor

QQuickFocusScope::QQuickFocusScope(QQuickItem *parent)
: QQuickItem(parent)
{

  setFlag(ItemIsFocusScope);

}

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D21128

To: apol, #kirigami, mart
Cc: plasma-devel, domson, dkardarakos, apol, davidedmundson, mart, hein

Reply via email to