forked from qt-creator/qt-creator
Wizards: allow selection of inspect wizard variables dialog
Change-Id: Ibc8085203f2d050de65124b2646628be784103fa Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -430,6 +430,7 @@ void Wizard::showVariables()
|
||||
|
||||
auto label = new QLabel(result);
|
||||
label->setWordWrap(true);
|
||||
label->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextSelectableByKeyboard);
|
||||
scrollArea->setWidget(label);
|
||||
|
||||
layout->addWidget(scrollArea);
|
||||
|
Reference in New Issue
Block a user