qTableWidget is possible create without number ?
-
wrote on 13 Sept 2022, 13:12 last edited by
hi like title is possible create a Table widget with grid but without left number enumeration ? if yes have some example?? thanks again
-
hi like title is possible create a Table widget with grid but without left number enumeration ? if yes have some example?? thanks again
@faustf Try
ui->tableWidget->verticalHeader()->setVisible(false);
-
wrote on 13 Sept 2022, 13:28 last edited by mpergand
table->verticalHeader()->hide();
or unset verticalHeaderVisible in the Designer
1/3