How to implement a hierarchical structure in a Qt model using MV?

后端 未结 0 1824
故里飘歌
故里飘歌 2021-02-05 17:40

I recently started learning Qt and am studying models.

I have the following hierarchical model.

struct group{
 QList samples;
QString name;
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题