|
|
|
|
@ -13,7 +13,6 @@ import QtQuick.Window 2.2 |
|
|
|
|
import QtQuick.Layouts 1.1 |
|
|
|
|
|
|
|
|
|
import org.kde.plasma.core 2.0 as PlasmaCore |
|
|
|
|
import org.kde.plasma.components 2.0 as PlasmaComponents // For Highlight |
|
|
|
|
import org.kde.plasma.components 3.0 as PlasmaComponents3 |
|
|
|
|
import org.kde.plasma.extras 2.0 as PlasmaExtras |
|
|
|
|
|
|
|
|
|
@ -70,7 +69,7 @@ PlasmaExtras.Representation { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this item is reparented to a delegate that is showing a message to draw focus to it |
|
|
|
|
PlasmaComponents.Highlight { |
|
|
|
|
PlasmaExtras.Highlight { |
|
|
|
|
id: messageHighlight |
|
|
|
|
visible: false |
|
|
|
|
|
|
|
|
|
@ -131,7 +130,7 @@ PlasmaExtras.Representation { |
|
|
|
|
delegate: DeviceItem { |
|
|
|
|
udi: DataEngineSource |
|
|
|
|
} |
|
|
|
|
highlight: PlasmaComponents.Highlight { } |
|
|
|
|
highlight: PlasmaExtras.Highlight { } |
|
|
|
|
highlightMoveDuration: 0 |
|
|
|
|
highlightResizeDuration: 0 |
|
|
|
|
|
|
|
|
|
|