move to subfolder
This commit is contained in:
parent
2852735d70
commit
e75c86e056
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import "components"
|
import "components"
|
||||||
|
import "components/mpris"
|
||||||
import "../../config/"
|
import "../../config/"
|
||||||
|
|
||||||
Scope {
|
Scope {
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Services.Mpris
|
import Quickshell.Services.Mpris
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import "../../../styled/"
|
import "../../../../styled/"
|
||||||
import "../../../config/"
|
import "../../../../config/"
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
required property MprisPlayer modelData
|
required property MprisPlayer modelData
|
||||||
required property int index
|
required property int index
|
||||||
|
|
||||||
signal nextPlayer()
|
signal nextPlayer
|
||||||
signal previousPlayer()
|
signal previousPlayer
|
||||||
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
implicitWidth: childrenRect.width
|
implicitWidth: childrenRect.width
|
||||||
Loading…
Add table
Reference in a new issue