feat: add link component

This commit is contained in:
talksik
2025-04-12 17:21:00 -07:00
parent 6e6e81dbb6
commit 15f36909b3
3 changed files with 23 additions and 0 deletions
+7
View File
@@ -106,6 +106,13 @@ AppWindow {
placeholderText: qsTr("Enter name")
}
AppLink {
text: "flowy.live"
onClicked: {
Qt.openUrlExternally("https://flowy.live")
}
}
AppImage {
source: "https://storage.googleapis.com/flowy-assets/keypad/jr-korpa-9XngoIpxcEo-unsplash.jpg"
fillMode: Image.PreserveAspectCrop