From 8cfc979ff96b5cbf71e7478479b5604f2b91ae48 Mon Sep 17 00:00:00 2001 From: nephros Date: Mon, 20 Mar 2023 09:51:09 +0100 Subject: [PATCH] add categories Contributes-To: #40 --- qml/pages/MainPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index 9b5a5c2..89fcc23 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -354,6 +354,8 @@ Page { Item { height: Theme.paddingLarge*2; width: parent.width } SectionHeader { text: qsTr("Additional Information"); font.pixelSize: Theme.fontSizeLarge } Separator { color: Theme.primaryColor; horizontalAlignment: Qt.AlignHCenter; width: page.width} + SectionHeader { text: qsTr("Additional Information") } + CatSelect { id: metacat } TextArea{id: text_add; width: parent.width; height: Math.max(implicitHeight, Theme.itemSizeLarge); label: qsTr("Add any other information")