On Thursday 15 November 2012 08:00:49 Alex Strickland wrote:
> On the plus side, the little example finally lifted the veil from
> my eyes about how MVC should work - I deleted tons of code and had
> a better solution.
Just curious, because this can be misinterpreted. Did you delete all
the MVC c
On 2012/11/15 04:56 AM, Alex Malyushytskyy wrote:
> As far as I understand cell either is hierarchical or not.
> If it is hierarchical it must have a root (otherwise it can be
> presented by a few regular cells).
>
> I just briefly played with the code, but I was able to get both
> regular and hie
As far as I understand cell either is hierarchical or not.
If it is hierarchical it must have a root (otherwise it can be
presented by a few regular cells).
I just briefly played with the code, but I was able to get both
regular and hierarchical sections,
so I am not sure I understood your questio
Hi
I downloaded this:
http://qt-apps.org/content/show.php?content=103154
It seems quite nice to allow hierarchical headers for a QTableView, but
it looks like the hierarchy must always have a "root".
I am trying to add multiple "root" columns, or alternately hide the root
row/column.