From 91476298efb058ba184ec7caafc90ec1a19a84a0 Mon Sep 17 00:00:00 2001 From: Alexis Drai Date: Wed, 31 May 2023 11:00:33 +0200 Subject: [PATCH] =?UTF-8?q?=C3=89dition=20des=20propri=C3=A9t=C3=A9s=20~~d?= =?UTF-8?q?ans=20le=20designer~~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/pages/FirstPage.qml | 17 ++++++++++++++++- translations/qt2-de.ts | 4 ++-- translations/qt2.ts | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) 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