Removed test table headers

This commit is contained in:
Michael Mandl 2018-06-26 14:12:52 +02:00
parent abf39a33e0
commit 5d142ffe96
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ V2SvkWidget::V2SvkWidget(QWidget *parent)
, ui(new Ui::V2SvkWidget)
{
ui->setupUi(this);
ui->v2SvkTableView->horizontalHeader()->hide();
}
V2SvkWidget::~V2SvkWidget()