summaryrefslogtreecommitdiffstats
path: root/examples/script
Commit message (Collapse)AuthorAgeFilesLines
* implement name() function of custom property iteratorKent Hansen2009-08-061-1/+1
|
* make the calculator example use only standard JSKent Hansen2009-08-061-45/+62
| | | | __qt_sender__ is evil. Gah.
* fix two bugs in the custom script class exampleKent Hansen2009-07-302-3/+10
| | | | | | | | | 1) fromScriptValue() needs to call qvariant_cast() on the data, in order to be symmetric with toScriptValue(). 2) use the overload of newFunction() that takes a prototype object, so that the prototype.constructor and constructor.prototype relationship is set up correctly; otherwise the instanceof operator won't work.
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1631-62/+62
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-2377-0/+7958