remove menu
This commit is contained in:
parent
0c4d2dc597
commit
8c59137716
3 changed files with 0 additions and 46 deletions
|
|
@ -1,28 +0,0 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
Menu {
|
||||
id: root
|
||||
|
||||
palette.window: Styling.theme.base100
|
||||
palette.base: Styling.theme.base100
|
||||
|
||||
focus: true
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
enter: Transition {
|
||||
NumberAnimation {
|
||||
property: "opacity"
|
||||
from: 0.0
|
||||
to: 1.0
|
||||
}
|
||||
}
|
||||
exit: Transition {
|
||||
NumberAnimation {
|
||||
property: "opacity"
|
||||
from: 1.0
|
||||
to: 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
MenuItem {
|
||||
palette.text: Styling.theme.basecontent
|
||||
palette.highlight: Styling.theme.primary
|
||||
palette.highlightedText: Styling.theme.primarycontent
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
MenuSeparator {
|
||||
palette.text: Styling.theme.basecontent
|
||||
palette.highlight: Styling.theme.primary
|
||||
palette.highlightedText: Styling.theme.primarycontent
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue