WidgetServer can make windows. In this work, it uses a very easy language. Programs can deal with WidgetServer using standard input and they can get widgets events in standar output.
WidgetServer is independent of programming languaje. It can create windows from C, Python, Java, Perl, Bash,...

INSTALL

You need install Qt4 and Qt4-dev package in your system. Then open a terminal session and enter in widgetserver directory (inside of source directory):

cd widgetserver

There you will see "widgetserver.pro" file. Then write:

qmake
make

Compilation starts. When it finishs, "widgetserver" executable appeared. You can copy "widgetserver" to final path.
