Fix qrc references on qmlvideo example.
Change-Id: I0722e720dbc017186cefd0e45dd5a11023906b56 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
@@ -123,7 +123,7 @@ Rectangle {
|
|||||||
Item {
|
Item {
|
||||||
width: 48; height: 48
|
width: 48; height: 48
|
||||||
Image {
|
Image {
|
||||||
source: "qrc:/images/folder.png"
|
source: "qrc:/folder.png"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
visible: folders.isFolder(index)
|
visible: folders.isFolder(index)
|
||||||
}
|
}
|
||||||
@@ -290,7 +290,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BorderImage {
|
BorderImage {
|
||||||
source: "qrc:/images/titlebar.sci";
|
source: "qrc:/titlebar.sci";
|
||||||
width: parent.width;
|
width: parent.width;
|
||||||
height: 52
|
height: 52
|
||||||
y: -7
|
y: -7
|
||||||
@@ -301,7 +301,7 @@ Rectangle {
|
|||||||
width: 48
|
width: 48
|
||||||
height: titleBar.height - 7
|
height: titleBar.height - 7
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
Image { anchors.centerIn: parent; source: "qrc:/images/up.png" }
|
Image { anchors.centerIn: parent; source: "qrc:/up.png" }
|
||||||
MouseArea { id: upRegion; anchors.centerIn: parent
|
MouseArea { id: upRegion; anchors.centerIn: parent
|
||||||
width: 56
|
width: 56
|
||||||
height: 56
|
height: 56
|
||||||
|
|||||||
Reference in New Issue
Block a user