HI!

Is there any way in Qt designer how to set the number of QTableView columns and rows and then set the HeaderViews to particular columns of QTableView ?
Or it has to be done manually ->> in actual source code ?

I mean, I create a main window, put QTableView into it and I want to set it to have 4 columns and let's say 10 rows. And set and display QHeadViews to each of the columns.

Thanks for help!