Improved declarative-camera example.

- Fix setting the white balance preset, it was never actually set on the
  camera
- Improved the zoom control style

Change-Id: I95c2851e5ad8409dd79306492271f221a61cb10d
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
Yoann Lopes
2014-03-13 19:34:26 +01:00
committed by The Qt Project
parent 023c6ebcb9
commit 904881d4a3
2 changed files with 20 additions and 20 deletions

View File

@@ -110,6 +110,7 @@ FocusScope {
text: "Fluorescent"
}
}
onValueChanged: captureControls.camera.imageProcessing.whiteBalanceMode = wbModesButton.value
}
CameraButton {