Lines Matching refs:finished
43 …ecorated by \@Local is added to indicate whether the task is finished. Two icons, **finished.png**…
57 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
58 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
83 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
84 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
125 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
126 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
185 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
186 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
235 … in the **TodoList** component. In the outermost **TodoList**, the "All finished" and "All unfinis…
256 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
257 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
347 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
348 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
419 …he **showCompletedTask** property is used to control whether to display finished tasks. Users can …
448 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
449 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
549 Text('Show finished');
618 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
619 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
773 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
774 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
1033 - **ListView**: displays the task list and determines whether to show finished tasks based on the s…
1054 …// Add the finished.png and unfinished.png images to the src/main/resources/base/media directory. …
1055 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
1187 - **SettingPage**: settings page, which is used to set whether to show finished tasks. It uses \@Ap…
1212 Text('Show finished');