Compare commits

..

No commits in common. "ac242797999b70c2f199453f58a797abd292ddfc" and "191222aa317a2229c20d509135999dac67a4eda4" have entirely different histories.

3 changed files with 0 additions and 59 deletions

View file

@ -1,12 +0,0 @@
import qs.config
import QtQuick
import QtQuick.Controls
Menu {
id: root
palette.window: Theme.palette.base100
palette.base: Theme.palette.base100
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
}

View file

@ -1,9 +0,0 @@
import qs.config
import QtQuick
import QtQuick.Controls
MenuItem {
palette.text: Theme.palette.basecontent
palette.highlight: Theme.palette.primary
palette.highlightedText: Theme.palette.primarycontent
}

View file

@ -96,14 +96,6 @@ StyledWindow {
}
}
ColumnLayout {
StyledText {
text: "Mpris Player Selector"
font.pixelSize: 18
}
MprisPlayerSelector {}
}
ColumnLayout {
StyledText {
text: "Mpris Controller"
@ -114,36 +106,6 @@ StyledWindow {
}
}
ColumnLayout {
StyledText {
text: "Menu"
font.pixelSize: 18
}
Button {
id: fileButton
text: "File"
onPressed: menu.visible ? menu.close() : menu.open()
StyledMenu {
id: menu
y: fileButton.height
StyledMenuItem {
text: "New..."
}
StyledMenuItem {
text: "Open..."
}
StyledMenuItem {
text: "Save"
}
StyledMenuItem {
text: "Close"
}
}
}
}
ColumnLayout {
StyledText {
text: "Drawer"