View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#255
Done. It will be in the next release.

Code:
model: VideoListModel {
    id: videoListModel

    onStatusChanged: {
        if (videoListModel.loaded 
            && videoListModel.count == 0) {
            noResultsText.visible = true;
        }
    }

}
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 6 Users Say Thank You to marxian For This Useful Post: