From 067c2096d49c4213cc223b1c82b9607f04742a45 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 20 Jun 2023 09:40:51 +0200 Subject: [PATCH] Copilot: Make auth code selectable Change-Id: I7dca66718e91bf048c98a9df910de0706f4286d7 Reviewed-by: David Schulz --- src/plugins/copilot/authwidget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/copilot/authwidget.cpp b/src/plugins/copilot/authwidget.cpp index 5047657b4ca..559dee30cf9 100644 --- a/src/plugins/copilot/authwidget.cpp +++ b/src/plugins/copilot/authwidget.cpp @@ -30,6 +30,8 @@ AuthWidget::AuthWidget(QWidget *parent) m_progressIndicator->setVisible(false); m_statusLabel = new QLabel(); m_statusLabel->setVisible(false); + m_statusLabel->setTextInteractionFlags(Qt::TextInteractionFlag::TextSelectableByMouse + | Qt::TextInteractionFlag::TextSelectableByKeyboard); // clang-format off Column {