Show hint to add connections when none are added initially.

This commit is contained in:
Mikko Ahlroth 2014-11-05 21:41:08 +02:00
parent 5f4de04f5b
commit 650ef57a58

View file

@ -25,6 +25,11 @@ Page {
title: "Connections"
}
ViewPlaceholder {
enabled: connectionModel.count === 0;
text: "No connections added yet. Pull down to add."
}
delegate: ListItem {
id: listItem
contentHeight: Theme.itemSizeLarge