I recently started learning Qt and am studying models.
I have the following hierarchical model.
struct group{ QList samples; QString name; }