| 223 | } |
| 224 | |
| 225 | void YACReader3DFlowConfigWidget::setValues(Preset preset) |
| 226 | { |
| 227 | xRotation->setValue(preset.cfRX); |
| 228 | yPosition->setValue(preset.cfY * 100); |
| 229 | coverDistance->setValue(preset.xDistance * 100); |
| 230 | centralDistance->setValue(preset.centerDistance * 100); |
| 231 | zoomLevel->setValue(preset.cfZ); |
| 232 | yCoverOffset->setValue(preset.yDistance * 100); |
| 233 | zCoverOffset->setValue(preset.zDistance * 100); |
| 234 | coverRotation->setValue(preset.rotation * -1); |
| 235 | fadeOutDist->setValue(preset.animationFadeOutDist); |
| 236 | lightStrength->setValue(preset.viewRotateLightStrenght); |
| 237 | maxAngle->setValue(preset.viewAngle); |
| 238 | } |
no test coverage detected