Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
d6011a61
Commit
d6011a61
authored
Jun 09, 2015
by
Brad King
💬
Committed by
Kitware Robot
Jun 09, 2015
Browse files
Merge topic 'cmake-gui-osx-install-command-line'
d9b974b1
cmake-gui: Make command-line install help text selectable
parents
5a5a81e5
d9b974b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/QtDialog/CMakeSetupDialog.cxx
View file @
d6011a61
...
...
@@ -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
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment