Hi,

I'm using QT for years but non UI classes only so I'm UI newbie and also have newbie question.

I have json data which would like to show to user (some of them are static texts (QLabel) some of them are editable (QTextEdit).

I'm passing through MVC documentation in QT but not sure which approach should use to display my data.

I was trying to use QDataWidgetMapper but this display just one row from my data. Is there possibility to display all rows?

Is better to use ListView instead? Thanks in advance.

Marek