Skip to content

Commit

Permalink
New PAD images
Browse files Browse the repository at this point in the history
  • Loading branch information
TronFortyTwo committed Feb 24, 2018
1 parent a56c100 commit ed2dcda
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions src/qt/qml/PlayPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -169,19 +169,7 @@ Page {
}
}
}

//MouseArea {
// id: toolbarMask
// anchors {
// top: tools.bottom
// left: parent.left
// right: parent.right
// bottom: parent.bottom
// }
// enabled: tools.opened
// onClicked: tools.close()
//}


header: PageHeader {
id: tools

Expand All @@ -198,11 +186,10 @@ Page {

trailingActionBar.actions: [
Action {
text: "Save Slot"
iconName: "save"
text: "Settings"
iconName: "settings"
onTriggered: {
slotAction = "save";
PopupUtils.open(slotSheet)
pageStack.push(Qt.resolvedUrl("SettingPage.qml"));
}
},
Action {
Expand All @@ -214,10 +201,11 @@ Page {
}
},
Action {
text: "Settings"
iconName: "settings"
text: "Save Slot"
iconName: "save"
onTriggered: {
pageStack.push(Qt.resolvedUrl("SettingPage.qml"));
slotAction = "save";
PopupUtils.open(slotSheet)
}
}
]
Expand Down
Binary file modified src/qt/qml/img/AButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/qml/img/AButton.png~
Binary file not shown.
Binary file modified src/qt/qml/img/BButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/qml/img/LButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/qml/img/RButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/qml/img/circleButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/qml/img/directionButtons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed2dcda

Please sign in to comment.