aboutsummaryrefslogtreecommitdiff
path: root/components/Label.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-04-28 18:53:32 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-05-03 12:35:53 +0200
commit178be387bbf264d9fa5084b0d5fcfa098ef7d981 (patch)
tree75fc13dddbc10dd46d5c74c02dade06dd9b1e63a /components/Label.qml
parent1541d87122414e8673fc92d38a5304dfbd1a8744 (diff)
downloadmonzero-gui-178be387bbf264d9fa5084b0d5fcfa098ef7d981.tar.gz
monzero-gui-178be387bbf264d9fa5084b0d5fcfa098ef7d981.tar.xz
monzero-gui-178be387bbf264d9fa5084b0d5fcfa098ef7d981.zip
Cursor pointer on link hover for richtexts
Diffstat (limited to 'components/Label.qml')
-rw-r--r--components/Label.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/Label.qml b/components/Label.qml
index 11d43fa3..5b0a25c9 100644
--- a/components/Label.qml
+++ b/components/Label.qml
@@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import QtQuick 2.0
+import QtQuick 2.5
import QtQuick.Layouts 1.1
import "../components" as MoneroComponents
@@ -43,6 +43,7 @@ Item {
property string fontFamily: ""
property alias wrapMode: label.wrapMode
property alias horizontalAlignment: label.horizontalAlignment
+ property alias hoveredLink: label.hoveredLink
signal linkActivated()
height: label.height * scaleRatio
width: label.width * scaleRatio