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
d8535a23
Commit
d8535a23
authored
Apr 06, 2010
by
Christian Kamm
Browse files
QmlJSEditor: Update snippets for Qml changes.
Task-number: QTCREATORBUG-1032 Reviewed-by: Erik Verbruggen
parent
9402fad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/snippets/qml.xml
View file @
d8535a23
...
...
@@ -70,23 +70,23 @@
}
</snippet>
<snippet
description=
"
matchT
argets"
>
NumberAnimation {
matchT
argets:
"
<tab>
name
</tab>
"
;
matchP
roperties: "
<tab>
name
</tab>
"; duration:
<tab>
200
</tab>
}
<snippet
description=
"
with t
argets"
>
NumberAnimation {
t
argets:
[
<tab>
name
</tab>
]
;
p
roperties: "
<tab>
name
</tab>
"; duration:
<tab>
200
</tab>
}
</snippet>
<snippet
description=
"target"
>
NumberAnimation { target:
"
<tab>
name
</tab>
"
; property: "
<tab>
name
</tab>
";
value
:
<tab>
nam
e
</tab>
; duration:
<tab>
200
</tab>
}
<snippet
description=
"
with
target"
>
NumberAnimation { target:
<tab>
name
</tab>
; property: "
<tab>
name
</tab>
";
to
:
<tab>
valu
e
</tab>
; duration:
<tab>
200
</tab>
}
</snippet>
<snippet>
PropertyAction {
matchT
argets:
"
<tab>
name
</tab>
"
;
matchP
roperties: "
<tab>
name
</tab>
"
; duration:
<tab>
200
</tab>
}
<snippet
description=
"with targets"
>
PropertyAction {
t
argets:
[
<tab>
name
</tab>
]
;
p
roperties: "
<tab>
name
</tab>
" }
</snippet>
<snippet>
PropertyAction { target: "
<tab>
name
</tab>
"; property: "
<tab>
name
</tab>
"; value:
<tab>
name
</tab>
; duration:
<tab>
200
</tab>
}
<snippet
description=
"with target"
>
PropertyAction { target: "
<tab>
name
</tab>
"; property: "
<tab>
name
</tab>
"; value:
<tab>
value
</tab>
}
</snippet>
<snippet>
PauseAnimation { duration:
<tab>
name
</tab>
}
<snippet>
PauseAnimation { duration:
<tab>
200
</tab>
}
</snippet>
<snippet>
ColorAnimation { from:
<tab>
name
</tab>
; to:
<tab>
color
</tab>
; duration:
<tab>
200
</tab>
}
<snippet>
ColorAnimation { from:
<tab>
color
</tab>
; to:
<tab>
color
</tab>
; duration:
<tab>
200
</tab>
}
</snippet>
<snippet>
effect: Colorize { color: "
<tab>
color
</tab>
" }
<snippet
description=
"Colorize"
>
effect: Colorize { color: "
<tab>
color
</tab>
" }
</snippet>
<snippet>
effect: Blur { blurRadius: "
<tab>
200
</tab>
" }
<snippet
description=
"Blur"
>
effect: Blur { blurRadius: "
<tab>
200
</tab>
" }
</snippet>
<snippet>
effect: DropShadow {
<snippet
description=
"DropShadow"
>
effect: DropShadow {
blurRadius:
<tab>
3
</tab>
offset.x:
<tab>
2
</tab>
offset.y:
<tab>
2
</tab>
...
...
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