[Development] Renaming QGenericItemModel

Sune Vuorela nospam at vuorela.dk
Mon May 12 10:02:59 CEST 2025


On 2025-05-09, Sune Vuorela <nospam at vuorela.dk> wrote:
> It looks like it is built on a range or a collection/container of 
> tuples or something like that

I just digged in my personal archives and found from 2016

| class TemplatedMagicModel : public QAbstractTableModel

I'm definitely not saying I'm good at naming.

But it looks a bit like the same concept: 

|    list_type list = { std::make_tuple("first", "second"),
|    std::make_tuple("third", "fourth") };
|        m_list = createListModel(list);

 - never at a quality to actually be for anything useful. But I guess I
   considered it fun back then.

/Sune



More information about the Development mailing list