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
Marco Bubke
flatpak-qt-creator
Commits
07ac6bca
Commit
07ac6bca
authored
Jul 30, 2010
by
Lasse Holmstedt
Browse files
Wrap text in EditorView's info bar
Reviewed-by: con
parent
fb72a54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editorview.cpp
View file @
07ac6bca
...
...
@@ -105,8 +105,8 @@ EditorView::EditorView(QWidget *parent) :
hbox
->
setMargin
(
2
);
m_infoWidgetLabel
=
new
QLabel
(
"Placeholder"
);
m_infoWidgetLabel
->
setForegroundRole
(
QPalette
::
ToolTipText
);
m_infoWidgetLabel
->
setWordWrap
(
true
);
hbox
->
addWidget
(
m_infoWidgetLabel
);
hbox
->
addStretch
(
1
);
m_infoWidgetButton
=
new
QToolButton
;
m_infoWidgetButton
->
setText
(
tr
(
"Placeholder"
));
...
...
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