Quit dialog was added
This commit is contained in:
11
qml/Views/SettingsView.qml
Normal file
11
qml/Views/SettingsView.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
|
||||
Page {
|
||||
|
||||
Label {
|
||||
anchors.centerIn: parent
|
||||
text: "Settings"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user