Implement tooltips for snippets

This commit is contained in:
mae
2010-04-09 12:59:20 +02:00
parent 2ff9c90541
commit 8eedde33c5
4 changed files with 100 additions and 12 deletions
+3 -3
View File
@@ -65,9 +65,9 @@
</snippet>
<snippet>PropertyChanges {
target: <tab>name</tab>
<tab/>
}
target: <tab>name</tab>
<tab/>
}
</snippet>
<snippet description="with targets">NumberAnimation { targets: [<tab>name</tab>]; properties: "<tab>name</tab>"; duration: <tab>200</tab> }