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
Marco Bubke
flatpak-qt-creator
Commits
7a421310
Commit
7a421310
authored
Feb 28, 2010
by
Kai Koehne
Browse files
QmlDesigner: Replace misleading default label in Design mode
People will only see the default widget while Bauhaus initializes
parent
37df9fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designmodewidget.cpp
View file @
7a421310
...
...
@@ -496,7 +496,7 @@ DesignModeWidget::DesignModeWidget(QWidget *parent) :
m_selectAllAction
=
new
Utils
::
ParameterAction
(
tr
(
"Select &All"
),
tr
(
"Select All
\"
%1
\"
"
),
Utils
::
ParameterAction
::
EnabledWithParameter
,
this
);
connect
(
m_selectAllAction
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
selectAll
()));
QLabel
*
defaultBackground
=
new
QLabel
(
tr
(
"
Open/Create a qml file first
."
));
QLabel
*
defaultBackground
=
new
QLabel
(
tr
(
"
Loading ..
."
));
defaultBackground
->
setAlignment
(
Qt
::
AlignCenter
);
m_documentWidgetStack
->
addWidget
(
defaultBackground
);
...
...
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