| File | Date | Author | Commit |
|---|---|---|---|
| Makefile.am | 2006-08-17 |
|
[20ef85] - included bug-fixes from Marius Konitzer |
| README | 2006-08-17 |
|
[20ef85] - included bug-fixes from Marius Konitzer |
| addheader | 2006-08-17 |
|
[20ef85] - included bug-fixes from Marius Konitzer |
| sispmapplet.e3p | 2006-02-20 |
|
[e1d5ca] Initial revision |
| sispmapplet.e3t | 2006-02-20 |
|
[e1d5ca] Initial revision |
| sispmapplet.py | 2006-08-17 |
|
[20ef85] - included bug-fixes from Marius Konitzer |
| sispmform.ui | 2006-02-20 |
|
[e1d5ca] Initial revision |
sispmapplet.py -------------- (C)2006 Mondrian Nuessle This is a python script implementing a GUI for sispmctl. This is just a demonstration what you can do with sispmctl. No Makefile & automatic installation is implemented! To make this work you need the following: - installed Python - installed Python bindings of qt AND KDE Then you need to do the following: - run # pyuic -o $@ $< # cat "from kdeui import *" >>$@ in the current directory - run #chmod +x sispmapplet.py - you should be able to start the GUI by running # ./sispmapplet.py - Have Fun! Questions please to nuessle@uni-mannheim.de