On 2025-05-09, Sune Vuorela <nos...@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

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to