diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-22 21:07:57 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-22 21:07:57 +0700 |
commit | 69c0c3242fada83836b708169083cc09916cb42b (patch) | |
tree | aa63e33ec8be2120bb182cda3e523a48646c923d /features/TaskDetailForm.ui.qml | |
parent | 4e93cf03d52f2cc17e6a0d8dad1299a143786211 (diff) |
add `taskDetail`
Diffstat (limited to 'features/TaskDetailForm.ui.qml')
-rw-r--r-- | features/TaskDetailForm.ui.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/TaskDetailForm.ui.qml b/features/TaskDetailForm.ui.qml new file mode 100644 index 0000000..96a8ae4 --- /dev/null +++ b/features/TaskDetailForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} |