[CLOSED] Model-View Graphics Technology?
-
Hi,
Are you talking about QTableView/QTreeView and friends ? In that case no, they are standard widgets using complex painting
-
Samuel,
Yes, I'm referring to the C++ classes at "Model/View Tutorial":http://qt-project.org/doc/qt-5/modelview.html and QML types at "Models & Views in Qt Quick":http://qt-project.org/doc/qt-5/qtquick-modelviewsdata-modelview.html.
What do you mean by "complex painting?" Is OpenGL or any efficient, high performance renderer used (although I would guess not)?
Thanks.
Steve
-
They use QPainter, the rest depending on the paint engine used raster/OpenGL etc...