Added view more to image search

This commit is contained in:
Digital Artifex
2026-06-25 03:46:38 -04:00
parent c08b654f5b
commit 5b2500c841
4 changed files with 108 additions and 42 deletions
+14 -14
View File
@@ -59,7 +59,7 @@ Item
width: imageWidth
height: imageHeight
transform: Image.PreserveAspectFit
source: rootItem.medium
source: rootItem.large
}
/** Spacer **/
@@ -138,20 +138,20 @@ Item
}
}
Text {
property var texts: [
small,
medium,
large,
extraLarge,
portrait,
landscape
]
text: texts[downloadSelector.currentIndex]
elide: Text.ElideLeft
// Text {
// property var texts: [
// small,
// medium,
// large,
// extraLarge,
// portrait,
// landscape
// ]
// text: texts[downloadSelector.currentIndex]
// elide: Text.ElideLeft
Layout.fillWidth: true
}
// Layout.fillWidth: true
// }
/** Spacer **/
Item { Layout.fillWidth: true; Layout.fillHeight: true }