Skip to content

Commit ed2dcda

Browse files
committed
New PAD images
1 parent a56c100 commit ed2dcda

File tree

8 files changed

+8
-20
lines changed

8 files changed

+8
-20
lines changed

src/qt/qml/PlayPage.qml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,7 @@ Page {
169169
}
170170
}
171171
}
172-
173-
//MouseArea {
174-
// id: toolbarMask
175-
// anchors {
176-
// top: tools.bottom
177-
// left: parent.left
178-
// right: parent.right
179-
// bottom: parent.bottom
180-
// }
181-
// enabled: tools.opened
182-
// onClicked: tools.close()
183-
//}
184-
172+
185173
header: PageHeader {
186174
id: tools
187175

@@ -198,11 +186,10 @@ Page {
198186

199187
trailingActionBar.actions: [
200188
Action {
201-
text: "Save Slot"
202-
iconName: "save"
189+
text: "Settings"
190+
iconName: "settings"
203191
onTriggered: {
204-
slotAction = "save";
205-
PopupUtils.open(slotSheet)
192+
pageStack.push(Qt.resolvedUrl("SettingPage.qml"));
206193
}
207194
},
208195
Action {
@@ -214,10 +201,11 @@ Page {
214201
}
215202
},
216203
Action {
217-
text: "Settings"
218-
iconName: "settings"
204+
text: "Save Slot"
205+
iconName: "save"
219206
onTriggered: {
220-
pageStack.push(Qt.resolvedUrl("SettingPage.qml"));
207+
slotAction = "save";
208+
PopupUtils.open(slotSheet)
221209
}
222210
}
223211
]

src/qt/qml/img/AButton.png

14.8 KB
Loading

src/qt/qml/img/AButton.png~

10.1 KB
Binary file not shown.

src/qt/qml/img/BButton.png

1.07 KB
Loading

src/qt/qml/img/LButton.png

-3.6 KB
Loading

src/qt/qml/img/RButton.png

-3.79 KB
Loading

src/qt/qml/img/circleButton.png

2.61 KB
Loading

src/qt/qml/img/directionButtons.png

-6.29 KB
Loading

0 commit comments

Comments
 (0)