add initial logo to about page + assets and readme

This commit is contained in:
2026-07-10 11:32:09 +02:00
parent 1266166676
commit 46e24f8543
5 changed files with 194 additions and 9 deletions
+8
View File
@@ -44,6 +44,14 @@ PageBase {
spacing: Appearance.spacing.small
width: parent.width - Appearance.padding.largeIncreased * 2
Logo {
Layout.alignment: Qt.AlignHCenter
Layout.preferredHeight: implicitHeight
Layout.preferredWidth: implicitWidth
implicitHeight: designHeight * 2
implicitWidth: designWidth * 2
}
CustomText {
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: Appearance.spacing.small