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.
pytde/examples
Michele Calgaro d94985267d
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
pytde-sampler Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
uimodules Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
README Drop python2 support. 1 year ago
aboutkde.png Fix invalid headers in PNG files and optimize for size 8 years ago
astron.png Fix invalid headers in PNG files and optimize for size 8 years ago
example_dcopexport.py Update after renaming qt => tqt in PyTQt module. 1 year ago
example_dcopext.py Update after renaming qt => tqt in PyTQt module. 1 year ago
kdeform1.ui Rename a number of classes to enhance compatibility with KDE4 11 years ago
kdeform1.ui.h Rename tqt3 color functions 12 years ago
kpartgui.dtd Rename a number of classes to enhance compatibility with KDE4 11 years ago
kurldemo.py Drop python2 support. 1 year ago
menudemo.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
mimetype.py Update after renaming qt => tqt in PyTQt module. 1 year ago
pyTDEHTMLPart.py Update after renaming qt => tqt in PyTQt module. 1 year ago
pytestimage.png Fix invalid headers in PNG files and optimize for size 8 years ago
qxembed_example.png Fix invalid headers in PNG files and optimize for size 8 years ago
qxembedexample.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
qxembedexample.ui Rename TQXEmbed to correct QXEmbed 12 years ago
systray.py Update after renaming qt => tqt in PyTQt module. 1 year ago
uiqxembed.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
uisampler.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
uitdemdi.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
uitdemdi.rc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
xmlmenudemo.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
xmlmenudemoui.rc Move python-kde3 to the more correct python-trinity 13 years ago

README

This subdirectory contains a few executable Python
programs that demonstrate or test some features of
PyTDE:

uisampler.py - demos of most of the tdeui widgets,
    including dialogs, menus (TDEAction, KStdAction, etc)
    widgets, and xml ui definition

mimetest.py - tests TDESharedPtr related classes/methods
    such as KMimetype, KService, etc

menudemo.py
xmlmenudemo.py - demostrate the construction of a
    menu based app (also run as part of uisampler.py)

More demo programs are planned - contributions are
welcome.