I have tableview and I want to display multiple tables from MYSQL on same view at a time. Is there any solution exist without creating custom model/view??
I am using QSqlTableModel to display tables.

Thanks.