Files
beerlog/qml/Views/SettingsView.qml
2023-03-30 11:36:58 +02:00

12 lines
137 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Page {
Label {
anchors.centerIn: parent
text: "Settings"
}
}