This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/guh-control/ui/magic/EditRulePage.qml
2018-02-12 14:47:41 +01:00

20 lines
314 B
QML

import QtQuick 2.7
import QtQuick.Controls 2.2
import "../components"
import QtQuick.Layouts 1.2
Page {
header: GuhHeader {
text: "Add some magic"
onBackPressed: pageStack.pop()
}
ColumnLayout {
anchors.fill: parent
Label {
text: "When"
}
}
}