Hello all,

Is it possible to create QTreeWidget or QTreeView element with different number of columns in each row? I need to create widget that behaves as a tree (can collapse and expand) but have different widget in each row. I believe that row widgets can be represented as a cells, but number of columns in each row may be vary.

Is there any model to represent create such tree?