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
993707e7
Commit
993707e7
authored
Feb 16, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fixing uppercase id
parent
29296277
Changes
1
Show whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml
View file @
993707e7
...
...
@@ -87,8 +87,7 @@ GroupBox {
visible
:
effectComboBox
.
currentText
==
"
Opacity
"
;
layout
:
QVBoxLayout
{
DoubleSpinBox
{
id
:
OpcacityEffectSpinBox
;
objectName
:
"
OpcacityEffectSpinBox
"
;
id
:
opcacityEffectSpinBox
;
backendValue
:
backendValues
.
effect
.
complexNode
.
exists
?
backendValues
.
effect
.
complexNode
.
properties
.
opacity
:
null
;
minimum
:
0
;
maximum
:
1
;
...
...
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