ListView { model: sqlModel delegate: Text { text: model.name } }