Skip to content

Draft: kpropertiesdialog: Make the location a clickable link

Eric Armbruster requested to merge work/eric/propertieslocationurl into master

BUG: 434920


Draft because: I have replaced the KSqueezedTextLabel with a QLabel. The KSqueezedTextLabel seems to not consider rich text in its implementation, i.e. it interprets the markup as text in its width calculation.

I would like to kindly ask for guidance on how to fix this, preferably without making API changes to KSqueezedTextLabel. One possible solution would be to subclass KSqueezedTextLabel in kio, but I don't know what is an acceptable solution and would like to commit once I know that.

@meven may I ask you to review my patch again?

Edited by Eric Armbruster

Merge request reports