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
2017-10-23 15:52:38 +02:00

12 lines
187 B
QML

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