You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kjsembed/docs/examples
Michele Calgaro 509fe7993e
Remove unnecessary accelerators from .ui files
2 years ago
..
actions Rename a number of classes to enhance compatibility with KDE4 11 years ago
builtins Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
buttonmaker Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
calc Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
cmdline Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
combobox Initial TQt conversion 13 years ago
connect Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
connect-cpp Initial TQt conversion 13 years ago
customwidget Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
dcop Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
docviewer Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
envelopemaker Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
eventhandling Initial TQt conversion 13 years ago
frame Initial TQt conversion 13 years ago
grepdialog Initial TQt conversion 13 years ago
html2text Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
htmlinfo Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
imagefun Replaced 'includehints' with 'includes' in *.ui files. 2 years ago
imageinfo Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
imagetweak Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
imageviewer Initial TQt conversion 13 years ago
imunge Remove unnecessary accelerators from .ui files 2 years ago
invaders Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
kjsuic Initial TQt conversion 13 years ago
listview Rename a number of classes to enhance compatibility with KDE4 11 years ago
livedata Initial TQt conversion 13 years ago
madminute Remove unnecessary accelerators from .ui files 2 years ago
multifile Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
multipart Initial TQt conversion 13 years ago
netaccess Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
opaquevalues Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
qdocviewer Remove unnecessary accelerators from .ui files 2 years ago
qobject-dom Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
readonlypart Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
readwritepart Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
sax Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sql Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
stdicons Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
systemtray Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
timer Initial TQt conversion 13 years ago
treeview Fix invalid headers in PNG files and optimize for size 8 years ago
xmlgui Removed unnecessary executable flag. This relates to bug 2153. 6 years ago
README Rename a number of classes to enhance compatibility with KDE4 11 years ago
index.html Rename a number of classes to enhance compatibility with KDE4 11 years ago

README

KJSEmbed Examples

This directory contains a number of example files that illustrate the various
features of KJSEmbed.

Demos

This section contains examples that show how the features of KJSEmbed can be
combined to create useful tools.

ButtonMaker   An application for creating buttons for web sites.               
EnvelopeMaker An application for creating printed envelopes.                   
xmlgui        Creates a complete KDE GUI shell using XMLGUI and KStdAction.    
readonlypart  A simple web browser that embeds TDEHTMLPart.                      
readwritepart Shows how to embed a read-write KPart.                           
calc          A simple calculator application.                                 
grepdialog    Loads .ui files to provide a GUI for grep.                       
docviewer     KJSEmbed documentation browser.                                  
SAX           Demos that show how to use the SAX API from JS.                  
DCOP          Using DCOP from scripts.                                         
Command Line  An interactive command-line prompt for KJSEmbed implemented as a 
              script.                                                          
                                                                               
Advanced Demos

This section contains examples that illustrate some of the more advanced
features of KJSEmbed.

htmlinfo      Reports information about an HTML file.                          
imageinfo     Various scripts using the Image builtin object.                  
html2text     Uses the KParts::Plugin to extend KWrite.                        
eventhandling Two demos that show off event handling, including the standard   
              scribble demo.                                                   
SQL Support   Accessing SQL databases.                                         
                                                                               
Examples

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 TQObject DOM API.                            
connect-cpp        Connects a signal to slot.                                  
connect            Connects signals of various types to JS methods.            
imageviewer        Illustrates the use of TQPixmap values.                      
netaccess          Illustrates the bindings to TDEIO::NetAccess.                 
listview           Creates a simple TDEListView.                                 
frame              Shows off TQFrame support and the use of enums.              
timer              Creates a flashing LED using TQTimer.                        
Actions            A simple TDEAction demo.                                      
Built-In Messages  Demonstrates the built-in message dialogs.                  
Image Tweak        Tweaking images.                                            
Image Fun          More fun with images                                        
Space Invaders     A space invaders game.                                      
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.                                     
TQComboBox          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      
directly to a      viewing a file.                                             
KPart                                                                          
                                                                               
-------------------------------------------------------------------------------