Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
738ef0b1
Commit
738ef0b1
authored
Mar 31, 2009
by
dt
Browse files
Make CMake Open Project Wizards output text read only.
parent
9d90df88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
View file @
738ef0b1
...
...
@@ -248,6 +248,7 @@ void CMakeRunPage::initWidgets()
fl
->
addWidget
(
m_runCMake
);
m_output
=
new
QPlainTextEdit
(
this
);
m_output
->
setReadOnly
(
true
);
fl
->
addRow
(
m_output
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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