Make TabGroup a focus scope
This allows to manage the sub focus inside each tab independently. REVIEW: 119870
This commit is contained in:
parent
92928e38af
commit
db6da1eb54
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user