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/dcoppython/test/dcopserver
Michele Calgaro b9781b38d8
Replace Q_OBJECT with TQ_OBJECT
9 months ago
..
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
gen.py Drop support for python2. 1 year ago
hi16-app-kdedcoptest.png Fix invalid headers in PNG files and optimize for size 8 years ago
hi32-app-kdedcoptest.png Fix invalid headers in PNG files and optimize for size 8 years ago
main.cpp Rename many classes to avoid conflicts with KDE 10 years ago
mainclass.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
mainclass.h Rename many classes to avoid conflicts with KDE 10 years ago
tdedcoptest.cpp Rename many classes to avoid conflicts with KDE 10 years ago
tdedcoptest.desktop Rename many classes to avoid conflicts with KDE 10 years ago
tdedcoptest.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
tdedcoptestui.rc Rename many classes to avoid conflicts with KDE 10 years ago

README

What's this doing here? It's here to help if you're developing the Python DCOP bindings themselves. You don't need it if you just want to _use_ the bindings.

It's a simple DCOP server in C++, that can be used to conveniently test the Python DCOP interface (or any other DCOP binding, for that matter). The script gen.py generates simple get/set DCOP methods for a variety of types.

Note that gen.py is _not_ automatically invoked from the Makefile, so you should run it yourself before doing make.

Julian Rockey
kde@jrockey.com