Hi there,
I made a model: model = new QStandardItemModel(2,1,this);
then, i set headers: model->setHeaderData(0, Qt::Vertical, QObject::tr("my Header"));
I set the model into tableview and treeview.
tableview works fine and shows me a table with headers, but, treeview only shows data and no headers.
can anyone help?
Omid
Bookmarks