summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/declarative-camera/CameraPropertyPopup.qml')
-rw-r--r--examples/multimedia/declarative-camera/CameraPropertyPopup.qml10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/multimedia/declarative-camera/CameraPropertyPopup.qml b/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
index 6ba8f36e7..0b00423c8 100644
--- a/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
+++ b/examples/multimedia/declarative-camera/CameraPropertyPopup.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
@@ -40,7 +40,7 @@
import QtQuick 2.0
-Rectangle {
+Popup {
id: propertyPopup
property alias model : view.model
@@ -54,12 +54,6 @@ Rectangle {
width: columns*itemWidth + view.anchors.margins*2
height: Math.ceil(model.count/columns)*itemHeight + view.anchors.margins*2 + 25
- radius: 5
- border.color: "#000000"
- border.width: 2
- smooth: true
- color: "#5e5e5e"
-
signal selected
function indexForValue(value) {