Benchmark page was added
This commit is contained in:
@@ -85,6 +85,7 @@ ApplicationWindow {
|
||||
"orders": () => { stackView.openPage("Views/OrdersView.qml") },
|
||||
"rests": () => { stackView.openPage("Views/RestsView.qml") },
|
||||
"settings": () => { stackView.openPage("Views/SettingsView.qml") },
|
||||
"benchmark": () => { stackView.openPage("Views/BenchmarkView.qml") },
|
||||
"quit": () => { Qt.quit() }
|
||||
}
|
||||
|
||||
@@ -108,6 +109,10 @@ ApplicationWindow {
|
||||
title: qsTr("Settings")
|
||||
action: "settings"
|
||||
}
|
||||
ListElement {
|
||||
title: qsTr("Benchmark")
|
||||
action: "benchmark"
|
||||
}
|
||||
ListElement {
|
||||
title: qsTr("Quit")
|
||||
action: "quit"
|
||||
|
||||
Reference in New Issue
Block a user