Compare commits
No commits in common. "ac242797999b70c2f199453f58a797abd292ddfc" and "191222aa317a2229c20d509135999dac67a4eda4" have entirely different histories.
ac24279799
...
191222aa31
3 changed files with 0 additions and 59 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
@ -96,14 +96,6 @@ StyledWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
|
||||||
StyledText {
|
|
||||||
text: "Mpris Player Selector"
|
|
||||||
font.pixelSize: 18
|
|
||||||
}
|
|
||||||
MprisPlayerSelector {}
|
|
||||||
}
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
StyledText {
|
StyledText {
|
||||||
text: "Mpris Controller"
|
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 {
|
ColumnLayout {
|
||||||
StyledText {
|
StyledText {
|
||||||
text: "Drawer"
|
text: "Drawer"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue