delete styled popup
This commit is contained in:
parent
96d1352666
commit
4e2a1874d1
2 changed files with 0 additions and 55 deletions
|
|
@ -177,24 +177,6 @@ StyledWindow {
|
|||
id: fileButton
|
||||
text: "File"
|
||||
onPressed: menu.visible ? menu.close() : menu.open()
|
||||
|
||||
StyledPopup {
|
||||
id: menu
|
||||
|
||||
anchor.item: fileButton
|
||||
|
||||
Column {
|
||||
StyledButton {
|
||||
text: "New..."
|
||||
}
|
||||
StyledButton {
|
||||
text: "Open..."
|
||||
}
|
||||
StyledText {
|
||||
text: "Close"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue