SE
Size: a a a
SE
VS
H
VS
M
АП
VS
АП
IZ
H
IZ
BN
D
D
table->setColumnCount(default_columns_count); //5
table->setShowGrid(true);
table->setHorizontalHeaderLabels(default_table_headers); //Заголовки
table->horizontalHeader()->resizeSections(QHeaderView::ResizeMode::Stretch);
table->setSelectionMode(QAbstractItemView::SingleSelection);
table->setSelectionBehavior(QAbstractItemView::SelectRows);
BN