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
Tobias Hunger
qt-creator
Commits
4ae5d626
Commit
4ae5d626
authored
Jun 08, 2010
by
mae
Browse files
Fix PropertyAction snippet
Reviewed-by: thorbjorn
parent
f8959aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/snippets/qml.xml
View file @
4ae5d626
...
...
@@ -76,7 +76,7 @@
</snippet>
<snippet
description=
"with targets"
>
PropertyAction { targets: [
<tab>
name
</tab>
]; properties: "
<tab>
name
</tab>
" }
</snippet>
<snippet
description=
"with target"
>
PropertyAction { target:
"
<tab>
name
</tab>
"
; property: "
<tab>
name
</tab>
"; value:
<tab>
value
</tab>
}
<snippet
description=
"with target"
>
PropertyAction { target:
<tab>
name
</tab>
; property: "
<tab>
name
</tab>
"; value:
<tab>
value
</tab>
}
</snippet>
<snippet>
PauseAnimation { duration:
<tab>
200
</tab>
}
</snippet>
...
...
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