I have created a TableView and for that table I pass some data as a QStringList, smth like this
engine->rootContext()->setContextProperty("object", QVariant::fromValue(data));
it makes duplicates inside the TableViewColumns, how I can set the data for each of the TableViewColumn