How can i set up columns like this using qtdesigner
-
This post is deleted!
-
Hi and welcome to the forums
Im not really show what it shows.You mean how to make the table show no headers and row numbers ?
In code you can do
ui->tableWidget->verticalHeader()->setVisible(false);
or horizontalHeader or bothI dotn think its possible in Designer.