Enable Plasma Controls for tab-navigation
This commit is contained in:
parent
a3a434ced5
commit
e82b1dab9d
@ -120,6 +120,8 @@ Item {
|
||||
// disabled buttons
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
|
||||
activeFocusOnTab: true
|
||||
|
||||
|
||||
QtObject {
|
||||
id: internal
|
||||
|
@ -62,5 +62,7 @@ Private.DualStateButton {
|
||||
}
|
||||
}
|
||||
|
||||
activeFocusOnTab: true
|
||||
|
||||
shadow: Private.ButtonShadow {}
|
||||
}
|
||||
|
@ -60,6 +60,7 @@ Private.DualStateButton {
|
||||
}
|
||||
}
|
||||
}
|
||||
activeFocusOnTab: true
|
||||
|
||||
shadow: Private.RoundShadow {}
|
||||
}
|
||||
|
@ -110,6 +110,8 @@ Item {
|
||||
// disabled sliders
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
|
||||
activeFocusOnTab: true
|
||||
|
||||
Keys.onUpPressed: {
|
||||
if (!enabled || !contents.isVertical)
|
||||
return;
|
||||
|
@ -177,6 +177,8 @@ Item {
|
||||
*/
|
||||
property string placeholderText
|
||||
|
||||
activeFocusOnTab: true
|
||||
|
||||
// functions
|
||||
/**
|
||||
* Copies the currently selected text to the system clipboard.
|
||||
|
@ -171,6 +171,8 @@ FocusScope {
|
||||
*/
|
||||
property alias maximumLength: textInput.maximumLength
|
||||
|
||||
activeFocusOnTab: true
|
||||
|
||||
/**
|
||||
* Emitted when the text input is accepted.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user