diff options
Diffstat (limited to 'qt-mobile/qml/DiveDetails.qml')
-rw-r--r-- | qt-mobile/qml/DiveDetails.qml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index 7729e7fa5..a905064d7 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -89,7 +89,7 @@ MobileComponents.Page { } } } - Label { + MobileComponents.Label { text: "Location:" } TextField { @@ -97,7 +97,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Air Temp:" } TextField { @@ -106,7 +106,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Water Temp:" } TextField { @@ -115,7 +115,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Suit:" } @@ -125,7 +125,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Buddy:" } TextField { @@ -134,7 +134,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Dive Master:" } TextField { @@ -143,7 +143,7 @@ MobileComponents.Page { Layout.fillWidth: true } - Label { + MobileComponents.Label { text: "Notes:" } TextEdit{ |