forked from qt-creator/qt-creator
Copilot: Make some settings help text mouse-selectable
Change-Id: Ibb855bf94aeb5f83220da049b32e26400dacc0e8 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -31,7 +31,8 @@ public:
|
|||||||
helpLabel->setTextFormat(Qt::MarkdownText);
|
helpLabel->setTextFormat(Qt::MarkdownText);
|
||||||
helpLabel->setWordWrap(true);
|
helpLabel->setWordWrap(true);
|
||||||
helpLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse
|
helpLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse
|
||||||
| Qt::LinksAccessibleByKeyboard);
|
| Qt::LinksAccessibleByKeyboard
|
||||||
|
| Qt::TextSelectableByMouse);
|
||||||
helpLabel->setOpenExternalLinks(true);
|
helpLabel->setOpenExternalLinks(true);
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
Reference in New Issue
Block a user