PDA

View Full Version : Tree without using of QStandardItem



NoRulez
12th July 2010, 12:15
Hey @all,

did anybody know a way to generate a tree model without to use QStandardItem?
I mean only with pModel->setData(????); and pModel->data(???);

Thanks in advance

Best Regards
NoRulez

Lykurg
12th July 2010, 12:23
You can create your own model. See "Model Subclassing Reference" in the docs.