Is there a GridView implementation for native Qt (and not for QML)? I need to read some data from the model and put it in a GridView.
GridView in QML supports dynamic rows / columns, it is convenient for users when resizing. Or should I implement it using QWidget and QGridLayout ?
比尔 盖子 source share