From 2bcf1b40ef11bbcfde6069ecf610d3ad6e63c0f7 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 12:28:55 +0700 Subject: add `FutureForm` for `drawer.ItemDelegate` sample --- FutureForm.ui.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FutureForm.ui.qml (limited to 'FutureForm.ui.qml') diff --git a/FutureForm.ui.qml b/FutureForm.ui.qml new file mode 100644 index 0000000..6f6bc19 --- /dev/null +++ b/FutureForm.ui.qml @@ -0,0 +1,13 @@ +import QtQuick 2.12 +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.12 +import QtQuick.Controls.Material 2.12 + +Page { + title: qsTr("Future task") + + Label { + text: qsTr("You are back to the future.") + anchors.centerIn: parent + } +} -- cgit v1.2.3