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/NewRulePage.qml
Michael Zanetti 834c7a43c5 moar work!
2017-11-10 15:11:49 +01:00

15 lines
219 B
QML

import QtQuick 2.8
import QtQuick.Controls 2.1
import "../components"
Page {
id: root
property var device: null
header: GuhHeader {
text: "New rule"
onBackPressed: pageStack.pop()
}
}