UrlButton QML Type
A link button that contains a URL. More...
Import Statement: | import org.kde.kirigami |
Since: | 5.63 |
Inherits: |
Properties
- externalLink : bool
- 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 * @since 6.11
url : string |
This property holds the url used by the link button.