Add (and use) a LinkLabel component
ClosedPublic

Authored by leinir on Feb 18 2019, 1:21 PM.

Details

Summary

The component, which is deliberately very simple. just adds the functionality to Label of ensuring we have a hand cursor when hovering over a link in the Label component. This is required due to missing functionality in both Text and QCC2's Label components, which have no mouse cursor changing abilities. There is a Qt bug regarding the issue, mentioned in this new component's code, but so far it looks unlikely to get a "real" fix anytime soon, so, for less headachiness, this component (which simply takes code we already had in one place and applies it slightly more widely and generically)...

BUG:404309

Diff Detail

Repository
R134 Discover Software Store
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
leinir created this revision.Feb 18 2019, 1:21 PM
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 18 2019, 1:21 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
leinir requested review of this revision.Feb 18 2019, 1:21 PM
ngraham accepted this revision.Feb 18 2019, 5:29 PM
This revision is now accepted and ready to land.Feb 18 2019, 5:29 PM
This revision was automatically updated to reflect the committed changes.
apol added a comment.Feb 19 2019, 2:29 PM

We already have UrlButton for that.