SearchPage.qml 274 B

12345678910111213141516
  1. import QtQuick 2.15
  2. import DMusic.Components 1.0
  3. import "../components"
  4. DPage {
  5. id: root
  6. PagePlaceholder {
  7. anchors.centerIn: parent
  8. icon: "qrc:/resources/placeholders/search.svg"
  9. text: qsTr("There must be search")
  10. text2: qsTr("but there isn't")
  11. }
  12. }