diff options
author | Brad King <brad.king@kitware.com> | 2015-06-09 13:18:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-09 13:18:42 (GMT) |
commit | d6011a61e94ef181a0aa6044216b6e8d327343e9 (patch) | |
tree | 2d8562318cdcb8e84e3a69e2d0bffd7b45855637 /Source/QtDialog | |
parent | 5a5a81e550325e1d5fdd0bb86429188e069e192d (diff) | |
parent | d9b974b18ebad4bd84f40e7cebe01725f081bd5e (diff) | |
download | CMake-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.cxx | 1 |
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())); |