summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-09 13:18:42 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-09 13:18:42 (GMT)
commitd6011a61e94ef181a0aa6044216b6e8d327343e9 (patch)
tree2d8562318cdcb8e84e3a69e2d0bffd7b45855637 /Source/QtDialog
parent5a5a81e550325e1d5fdd0bb86429188e069e192d (diff)
parentd9b974b18ebad4bd84f40e7cebe01725f081bd5e (diff)
downloadCMake-d6011a61e94ef181a0aa6044216b6e8d327343e9.zip
CMake-d6011a61e94ef181a0aa6044216b6e8d327343e9.tar.gz
CMake-d6011a61e94ef181a0aa6044216b6e8d327343e9.tar.bz2
Merge topic 'cmake-gui-osx-install-command-line'
d9b974b1 cmake-gui: Make command-line install help text selectable
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index 426fa12..bc783a3 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -445,6 +445,7 @@ void CMakeSetupDialog::doInstallForCommandLine()
l->addWidget(lab);
lab->setText(msg);
lab->setWordWrap(false);
+ lab->setTextInteractionFlags(Qt::TextSelectableByMouse);
QDialogButtonBox* btns = new QDialogButtonBox(QDialogButtonBox::Ok,
Qt::Horizontal, &dialog);
QObject::connect(btns, SIGNAL(accepted()), &dialog, SLOT(accept()));