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
4d9fae56
Commit
4d9fae56
authored
Jul 08, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: enabling Quick ToolBox by default
parent
d55208dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designersettings.cpp
View file @
4d9fae56
...
...
@@ -52,7 +52,7 @@ void DesignerSettings::fromSettings(QSettings *settings)
snapMargin
=
settings
->
value
(
QLatin1String
(
QmlDesigner
::
Constants
::
QML_SNAPMARGIN_KEY
),
QVariant
(
0
)).
toInt
();
enableContextPane
=
settings
->
value
(
QLatin1String
(
QmlDesigner
::
Constants
::
QML_CONTEXTPANE_KEY
),
QVariant
(
0
)).
toBool
();
QLatin1String
(
QmlDesigner
::
Constants
::
QML_CONTEXTPANE_KEY
),
QVariant
(
1
)).
toBool
();
settings
->
endGroup
();
settings
->
endGroup
();
...
...
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