forked from qt-creator/qt-creator
Copilot: Make auth code selectable
Change-Id: I7dca66718e91bf048c98a9df910de0706f4286d7 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -30,6 +30,8 @@ AuthWidget::AuthWidget(QWidget *parent)
|
|||||||
m_progressIndicator->setVisible(false);
|
m_progressIndicator->setVisible(false);
|
||||||
m_statusLabel = new QLabel();
|
m_statusLabel = new QLabel();
|
||||||
m_statusLabel->setVisible(false);
|
m_statusLabel->setVisible(false);
|
||||||
|
m_statusLabel->setTextInteractionFlags(Qt::TextInteractionFlag::TextSelectableByMouse
|
||||||
|
| Qt::TextInteractionFlag::TextSelectableByKeyboard);
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
Column {
|
Column {
|
||||||
|
Reference in New Issue
Block a user