Initial commit
This commit is contained in:
11
SettingsForm.qml
Normal file
11
SettingsForm.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 2.2
|
||||
|
||||
Page {
|
||||
title: qsTr("Settings")
|
||||
|
||||
Label {
|
||||
text: qsTr("You are on Settings Page")
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user