I am still a qml beginner and I am looking for advice.
I try to create something which looks similar to that:
Background info: I get the marks for each student in an xml-file and the values of the minimum column are computed from the c++ side and are variable. The coloring and the “all passed”-row are subsequently computed.
However, I am struggling a bit…I don’t really know which of the following would be the most appropriate:
tableview
listview
gridview
Or is there something even more suited?
Thank you in advance for any advice!
↧