From ff844e63b883d3e4d7138ee0a5af7825441336d1 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 29 Jul 2014 22:26:27 -0700 Subject: [PATCH] Update QML files to Qt Quick 2.1, the version as of Qt5.1. --- qml/ApmToolBar.qml | 2 +- qml/components/Button.qml | 2 +- qml/components/DigitalDisplay.qml | 2 +- qml/components/StatusDisplay.qml | 2 +- qml/components/TextButton.qml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qml/ApmToolBar.qml b/qml/ApmToolBar.qml index 23a7815079..6ede1e51d4 100644 --- a/qml/ApmToolBar.qml +++ b/qml/ApmToolBar.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 import "./components" diff --git a/qml/components/Button.qml b/qml/components/Button.qml index 798a161076..27b1f9e337 100644 --- a/qml/components/Button.qml +++ b/qml/components/Button.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { signal clicked diff --git a/qml/components/DigitalDisplay.qml b/qml/components/DigitalDisplay.qml index dc70d0149c..5af486b5a4 100644 --- a/qml/components/DigitalDisplay.qml +++ b/qml/components/DigitalDisplay.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { diff --git a/qml/components/StatusDisplay.qml b/qml/components/StatusDisplay.qml index 9d4f6ade62..30bb8a848d 100644 --- a/qml/components/StatusDisplay.qml +++ b/qml/components/StatusDisplay.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { id: statusDisplay diff --git a/qml/components/TextButton.qml b/qml/components/TextButton.qml index c7b2b32226..24b261cd95 100644 --- a/qml/components/TextButton.qml +++ b/qml/components/TextButton.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { signal clicked -- GitLab