aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/MediaAreaBlank.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/qml/MediaAreaBlank.qml')
-rw-r--r--HomeScreen/qml/MediaAreaBlank.qml29
1 files changed, 29 insertions, 0 deletions
diff --git a/HomeScreen/qml/MediaAreaBlank.qml b/HomeScreen/qml/MediaAreaBlank.qml
new file mode 100644
index 0000000..3d53061
--- /dev/null
+++ b/HomeScreen/qml/MediaAreaBlank.qml
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 2016 The Qt Company Ltd.
+ * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import QtQuick 2.2
+
+Image {
+ width: 1080
+ height: 215
+ source: './images/Utility_Logo_Background-01.png'
+
+ Image {
+ anchors.centerIn: parent
+ source: './images/Utility_Logo_Colour-01.png'
+ }
+}