diff --git a/qml/pages/FirstPage.qml b/qml/pages/FirstPage.qml
index 9a00fc3..289362d 100644
--- a/qml/pages/FirstPage.qml
+++ b/qml/pages/FirstPage.qml
@@ -29,15 +29,30 @@ Page {
width: page.width
spacing: Theme.paddingLarge
+
+ Rectangle {
+ id: baseRect
+ color: "red"
+ width: page.width
+ height: page.height/2
+ }
+
PageHeader {
title: qsTr("UI Template")
}
Label {
x: Theme.horizontalPageMargin
- text: qsTr("Hello Sailors")
+ text: qsTr("Argh")
color: Theme.secondaryHighlightColor
font.pixelSize: Theme.fontSizeExtraLarge
}
+ TextField {
+ id: secondField
+ width: parent.width
+ placeholderText: "Enter text"
+ font.pixelSize: Theme.fontSizeLarge
+ font.bold: true
+ }
}
}
}
diff --git a/translations/qt2-de.ts b/translations/qt2-de.ts
index 8f39883..63b1ad1 100644
--- a/translations/qt2-de.ts
+++ b/translations/qt2-de.ts
@@ -19,8 +19,8 @@
UI-Vorlage
- Hello Sailors
- Hallo Matrosen
+ Argh
+
diff --git a/translations/qt2.ts b/translations/qt2.ts
index 7fc118e..8683d7e 100644
--- a/translations/qt2.ts
+++ b/translations/qt2.ts
@@ -19,7 +19,7 @@
- Hello Sailors
+ Argh