Added EvCompButton to VideoPage
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:36:31 +0000 (19:36 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:36:31 +0000 (19:36 +0300)
qml/VideoPage.qml

index 96511b5..bbc6680 100644 (file)
@@ -55,4 +55,13 @@ CameraPage {
                 anchors.topMargin: 10
                 anchors.leftMargin: 20
         }
+
+        EvCompButton {
+                id: evComp
+                visible: capture.visible
+                anchors.top: scene.bottom
+                anchors.left: parent.left
+                anchors.topMargin: 10
+                anchors.leftMargin: 20
+        }
 }