D8221: keyboard navigation in systemsettings
David Edmundson
noreply at phabricator.kde.org
Tue Oct 17 08:02:59 UTC 2017
davidedmundson added inline comments.
INLINE COMMENTS
> SidebarMode.cpp:525
> + if (fe->reason() == Qt::TabFocusReason) {
> + qqw->rootObject()->metaObject()->invokeMethod(qqw->rootObject(), "focusFirstChild");
> + } else if (fe->reason() == Qt::BacktabFocusReason) {
either rootObject()->metaObject()->method("")->invoke();
or
QMetaObject::invoke()
getting the right object to call a static method on isn't worth it.
> IntroIcon.qml:41
> + Keys.onTabPressed: {
> + if (index < 4) {
> + event.accepted = false;
why 4?
Is this the item.children count?
REPOSITORY
R124 System Settings
REVISION DETAIL
https://phabricator.kde.org/D8221
To: mart, #plasma
Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171017/b83a350c/attachment.html>
More information about the Plasma-devel
mailing list