Revision 777955

Go back to digest for 24th February 2008

Features in Utilities

Sebastian Sauer committed changes in /trunk/KDE/kdeutils/superkaramba:

SuperKaramba supports now Qt4.4 widgets on the canvas.

* we are able to embed any kind of QWidget into a karamba script written in python or ruby (javascript and qtscript not tested yet).
* the WebBrowser example does load the KHTML KPart and embeds the browser widget though webkit should work too (untested too).
* those ~20 line of python sample code also demonstrate how to dynamic control the KHTML KPart using JavaScript.
* to give it a try, you need Qt4.4 and SK+krosspython from current trunk :)
* some refactoring to allow even more control will follow later.

File Changes

Added 3 files
  • /trunk/KDE/kdeutils/superkaramba/examples/WebBrowser
  •   /webbrowser.py
  •   /webbrowser.theme
Modified 2 files
  • /trunk/KDE/kdeutils/superkaramba/src
  •   /karambainterface.cpp
  •   /karambainterface.h
5 files changed in total