// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 import QtQuick 1.1 import "../Shared" Rectangle { id: tempPage width: parent.width height: parent.height color: "#000000" OpacityButton { id: opacityButton textLabel: "TempPage" anchors.centerIn: parent width: 160 height: 55 //onClicked: loader.source = "VideoPlayer.qml" } }