Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
5ff828c3
Commit
5ff828c3
authored
Feb 13, 2017
by
Kersten Schuster
Browse files
Make additional about tabs (e.g. licenses for StackWalker etc.) read-only.
parent
72a1321e
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/coreWidget/About.cc
View file @
5ff828c3
...
...
@@ -102,7 +102,7 @@ void CoreWidget::showAboutWidget( ) {
while
(
it
!=
additionalAboutTabs_
.
constEnd
())
{
QTextEdit
*
tmp
=
new
QTextEdit
();
tmp
->
insertHtml
(
it
.
value
()
);
tmp
->
setReadOnly
(
true
);
aboutWidget_
->
About
->
addTab
(
tmp
,
it
.
key
()
);
++
it
;
}
...
...
Write
Preview
Markdown
is supported
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