~phablet-team/+junk/qtmultimedia-declarative-playlist

« back to all changes in this revision

Viewing changes to examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoDummy.qml

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-05-23 19:47:12 UTC
  • mfrom: (1.1.1) (7.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130523194712-ng8dawnyetljbjkv
Tags: 5.0.2-2ubuntu2
Update libqt5multimedia5.symbols for qreal substitutions for armhf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
**
3
 
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
 
3
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4
4
** Contact: http://www.qt-project.org/legal
5
5
**
6
6
** This file is part of the Qt Mobility Components.
41
41
 
42
42
import QtQuick 2.0
43
43
 
44
 
// Item which is loaded by VideoItem if QtMultimediaKit is not available
 
44
// Item which is loaded by VideoItem if Qt Multimedia is not available
45
45
Rectangle {
46
46
    id: root
47
47
    color: "grey"
61
61
        anchors.margins: 10
62
62
        color: "white"
63
63
        horizontalAlignment: Text.AlignHCenter
64
 
        text: "Failed to create Video item\n\nCheck that QtMultimediaKit is installed"
 
64
        text: "Failed to create Video item\n\nCheck that Qt Multimedia is installed"
65
65
        verticalAlignment: Text.AlignVCenter
66
66
        wrapMode: Text.Wrap
67
67
    }