UrlButton

Search for usage in LXR

UrlButton Class Reference

Properties

bool externalLink
 
string url
 

Detailed Description

A link button that contains a URL.

It will open the url by default, allow to copy it if triggered with the secondary mouse button.

Since
5.63
org.kde.kirigami 2.6

Definition at line 20 of file UrlButton.qml.

Property Documentation

◆ externalLink

bool UrlButton::externalLink
read

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

Definition at line 34 of file UrlButton.qml.

◆ url

string UrlButton::url
read

This property holds the url used by the link button.

Definition at line 25 of file UrlButton.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:55:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.