equal
deleted
inserted
replaced
79 Button { |
79 Button { |
80 id: deleteButton; label: qsTr("Edit"); rotation: -2; |
80 id: deleteButton; label: qsTr("Edit"); rotation: -2; |
81 onClicked: mainWindow.editMode = !mainWindow.editMode |
81 onClicked: mainWindow.editMode = !mainWindow.editMode |
82 anchors.horizontalCenter: parent.horizontalCenter |
82 anchors.horizontalCenter: parent.horizontalCenter |
83 } |
83 } |
|
84 Button { |
|
85 id: quitButton; label: qsTr("Quit"); rotation: -2; |
|
86 onClicked: Qt.quit() |
|
87 anchors.horizontalCenter: parent.horizontalCenter |
|
88 } |
84 } |
89 } |
85 |
90 |
86 Rectangle { |
91 Rectangle { |
87 id: albumsShade; color: mainWindow.color |
92 id: albumsShade; color: mainWindow.color |
88 width: parent.width; height: parent.height; opacity: 0.0 |
93 width: parent.width; height: parent.height; opacity: 0.0 |