fix import names
This commit is contained in:
parent
9a1e332b9b
commit
bcc26fb73b
@ -60,6 +60,7 @@ install(FILES qml/ToolBar.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/
|
||||
|
||||
|
||||
#Now install the private stuff!
|
||||
install(FILES qml/private/ButtonShadow.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||
install(FILES qml/private/DualStateButton.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||
install(FILES qml/private/IconLoader.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||
install(FILES qml/private/PageStack.js DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||
|
@ -136,7 +136,7 @@ Item {
|
||||
internal.clickButton();
|
||||
}
|
||||
|
||||
ButtonShadow {
|
||||
Private.ButtonShadow {
|
||||
id: shadow
|
||||
anchors.fill: parent
|
||||
state: {
|
||||
@ -210,7 +210,7 @@ Item {
|
||||
bottomMargin: surfaceNormal.margins.bottom
|
||||
}
|
||||
|
||||
IconLoader {
|
||||
Private.IconLoader {
|
||||
id: icon
|
||||
|
||||
anchors {
|
||||
|
@ -172,7 +172,7 @@ Item {
|
||||
// disabled text fields
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
|
||||
TextFieldFocus {
|
||||
Private.TextFieldFocus {
|
||||
id: hover
|
||||
state: textInput.activeFocus ? "focus" : (mouseWatcher.containsMouse ? "hover" : "hidden")
|
||||
anchors.fill: base
|
||||
|
@ -141,7 +141,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
ButtonShadow {
|
||||
Private.ButtonShadow {
|
||||
id: shadow
|
||||
anchors.fill: parent
|
||||
visible: !flat
|
||||
@ -173,7 +173,7 @@ Item {
|
||||
PropertyAnimation { duration: 250 }
|
||||
}
|
||||
|
||||
IconLoader {
|
||||
Private.IconLoader {
|
||||
id: icon
|
||||
|
||||
anchors {
|
||||
|
Loading…
Reference in New Issue
Block a user