add close button
This commit is contained in:
parent
693078b892
commit
5d5e3c6888
6 changed files with 56 additions and 30 deletions
|
|
@ -16,6 +16,17 @@ Item{
|
|||
}
|
||||
}
|
||||
|
||||
RoundButton{
|
||||
id: closeApp
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.margins: container.margins
|
||||
imageSource: "qrc:/icon_close"
|
||||
onClicked: {
|
||||
Qt.quit();
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle{
|
||||
id: coverBorder
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue