+ set range for quantity boxes

This commit is contained in:
wmayer
2016-02-29 12:29:02 +01:00
parent bcd0ec8f53
commit 5574419293
7 changed files with 68 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ Tessellation::Tessellation(QWidget* parent)
this, SLOT(meshingMethod(int)));
ui->spinSurfaceDeviation->setMaximum(INT_MAX);
ui->spinMaximumEdgeLength->setMaximum(INT_MAX);
ui->spinMaximumEdgeLength->setRange(0, INT_MAX);
// set the standard method
ui->radioButtonStandard->setChecked(true);