Make TabGroup a focus scope

This allows to manage the sub focus inside each tab independently.

REVIEW: 119870
This commit is contained in:
Frederik Gladhorn 2014-08-18 23:54:12 +02:00
parent 92928e38af
commit db6da1eb54

View File

@ -59,9 +59,9 @@ import "." 2.0 as PlasmaComponents
* page that is becoming the current page) and PageStatus.Deactivating (for the * page that is becoming the current page) and PageStatus.Deactivating (for the
* page that was the current page) statuses are also set. * page that was the current page) statuses are also set.
* *
* @inherit QtQuick.Item * @inherit QtQuick.FocusScope
*/ */
Item { FocusScope {
id: root id: root
/** /**