comparison widgets/AudioDial.cpp @ 663:1a0fdad4af4d tonioni

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:25:22 +0100
parents d632a1e87018
children 1a0dfcbffaf1
comparison
equal deleted inserted replaced
660:8663a831838f 663:1a0fdad4af4d
508 setMappedValue(newValue); 508 setMappedValue(newValue);
509 } 509 }
510 510
511 } else { 511 } else {
512 512
513 int newPosition = QInputDialog::getInteger 513 int newPosition = QInputDialog::getInt
514 (this, 514 (this,
515 tr("Enter new value"), 515 tr("Enter new value"),
516 tr("Enter a new value from %1 to %2:") 516 tr("Enter a new value from %1 to %2:")
517 .arg(minimum()).arg(maximum()), 517 .arg(minimum()).arg(maximum()),
518 value(), minimum(), maximum(), singleStep(), &ok); 518 value(), minimum(), maximum(), singleStep(), &ok);