feat: add link component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user