diff --git a/qml/ApmToolBar.qml b/qml/ApmToolBar.qml index 23a7815..6ede1e5 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 798a161..27b1f9e 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 dc70d01..5af486b 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 9d4f6ad..30bb8a8 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 c7b2b32..24b261c 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