Closed rgrnetalk closed 6 years ago
Observerd behavior: when the lists have no items, a small label appears at the bottom of the screen that says: "nothing found". The viewplaceholder is designed for this purpose: ViewPlaceholder { enabled: view.count == 0 text: "No items yet" hintText: "Pull down to add items" }
It is shown at the middle of the page (and it has the non-interactive coloring, because it is not clickable).
thanks for the suggestion
Observerd behavior: when the lists have no items, a small label appears at the bottom of the screen that says: "nothing found". The viewplaceholder is designed for this purpose: ViewPlaceholder { enabled: view.count == 0 text: "No items yet" hintText: "Pull down to add items" }
It is shown at the middle of the page (and it has the non-interactive coloring, because it is not clickable).