Re: [Interest] Problem understanding QAbstractProxyModel::mapFromSource and displaying summary data from a model

2012-07-18 Thread h
On Wed, 18 Jul 2012 15:53:54 Tony Rietwyk wrote: Sent: Wednesday, 18 July 2012 2:28 PM Hi, I am writing an app in which I am wanting to display my data in a number of different ways. (Currently QT4.8 on linux, but will also run it on windows, if this is relevant!)

[Interest] Problem understanding QAbstractProxyModel::mapFromSource and displaying summary data from a model

2012-07-17 Thread h
Hi, I am writing an app in which I am wanting to display my data in a number of different ways. (Currently QT4.8 on linux, but will also run it on windows, if this is relevant!) As an example what I have is a set of tuples with two field, say Name and Hours I have this working with table

Re: [Interest] Problem understanding QAbstractProxyModel::mapFromSource and displaying summary data from a model

2012-07-17 Thread Tony Rietwyk
Sent: Wednesday, 18 July 2012 2:28 PM Hi, I am writing an app in which I am wanting to display my data in a number of different ways. (Currently QT4.8 on linux, but will also run it on windows, if this is relevant!) As an example what I have is a set of tuples with two field, say Name