diff options
Diffstat (limited to 'kjsembed/docs/examples/README')
-rw-r--r-- | kjsembed/docs/examples/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kjsembed/docs/examples/README b/kjsembed/docs/examples/README index db1e2e37..71449ae3 100644 --- a/kjsembed/docs/examples/README +++ b/kjsembed/docs/examples/README @@ -40,14 +40,14 @@ This section contains examples that illustrate particular KJSEmbed facilities. customwidget Creates a simple form directly from Javascript. treeview Two examples that create a graphical tree. One from a JS data structure, the other from the widget tree of a ui file. -qobject-dom Illustrates the QObject DOM API. +qobject-dom Illustrates the TQObject DOM API. connect-cpp Connects a signal to slot. connect Connects signals of various types to JS methods. -imageviewer Illustrates the use of QPixmap values. +imageviewer Illustrates the use of TQPixmap values. netaccess Illustrates the bindings to KIO::NetAccess. listview Creates a simple KListView. -frame Shows off QFrame support and the use of enums. -timer Creates a flashing LED using QTimer. +frame Shows off TQFrame support and the use of enums. +timer Creates a flashing LED using TQTimer. Actions A simple KAction demo. Built-In Messages Demonstrates the built-in message dialogs. Image Tweak Tweaking images. @@ -57,7 +57,7 @@ JS UIC An easy way to deal with UI files. Multi-file Scripts Multi-file Scripts. Opaque Values Opaque types. Standard Icons Loading standard icons. -QComboBox A simple demo of QComboBox. +TTQComboBox A simple demo of TQComboBox. Embedding several Shows how to embed multiple parts in the same script. KParts Writing data Shows how to send data directly to a part, rather than |