Copilot: Make auth code selectable

Change-Id: I7dca66718e91bf048c98a9df910de0706f4286d7
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-06-20 09:40:51 +02:00
parent 3b6da21eec
commit 067c2096d4

View File

@@ -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 {