diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-22 18:21:32 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-22 18:21:32 +0700 |
| commit | 33db07fbf055148633414d3d0af3783a91d2c630 (patch) | |
| tree | 18b691e10f847cf9db7a010c4c66097ed659b8bf /TaskList.qml | |
| parent | 29d55438029d1c80ffa81b481fb02d06e46f8721 (diff) | |
changed `checkBox`to `taskTitle`
Diffstat (limited to 'TaskList.qml')
| -rw-r--r-- | TaskList.qml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TaskList.qml b/TaskList.qml index 0e682df..d522417 100644 --- a/TaskList.qml +++ b/TaskList.qml @@ -9,7 +9,13 @@ TaskListForm { delegate: TaskForm { width: parent.width height: task.height - checkBox.text: subject + taskTitle.text: subject } } } + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ |