Allow very thin columns

This commit is contained in:
Olivier Teulière 2011-07-17 09:16:52 +00:00
parent 77827bee1a
commit c8305a0b10

View file

@ -92,6 +92,9 @@ TrainingWidget::TrainingWidget(QWidget *parent, CoordModel &iCoordModel, PublicG
QObject::connect(lockSizesAction, SIGNAL(toggled(bool)),
this, SLOT(lockSizesChanged(bool)));
// Allow very thin columns
treeViewResults->header()->setMinimumSectionSize(1);
// Enable the Play button only when there is a selection in the tree
QObject::connect(treeViewResults->selectionModel(),
SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)),