UrlButton QML Type
A link button that contains a URL. More...
Import Statement: | import org.kde.kirigami |
Inherits: |
Properties
- externalLink : bool
(since 6.11)
- url : string
Detailed Description
It will open the url by default, allow to copy it if triggered with the secondary mouse button.
Property Documentation
externalLink : bool |
This property holds whether the url is an external link.
External links will have a small icon on their right to show that the link goes to an external website.
default: true
This property was introduced in 6.11.
url : string |
This property holds the url used by the link button.