diff --git a/weboob/applications/qhavesex/contacts.py b/weboob/applications/qhavesex/contacts.py index c69bbf2e..db624345 100644 --- a/weboob/applications/qhavesex/contacts.py +++ b/weboob/applications/qhavesex/contacts.py @@ -279,6 +279,9 @@ class ContactProfile(QWidget): logging.warning('Not supported value: %r' % node.value) return + if isinstance(value, QLabel): + value.setTextInteractionFlags(Qt.TextSelectableByMouse|Qt.TextSelectableByKeyboard|Qt.LinksAccessibleByMouse) + # Insert the value widget into the parent widget, depending # of its type. if isinstance(widget, QTabWidget):