You cannot 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 cd050c7976
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
..
pytde-sampler Use TDEDesktopFile 6 months ago
uimodules Use tdeApp 11 months ago
README Drop python2 support. 3 years ago
aboutkde.png Fix invalid headers in PNG files and optimize for size 10 years ago
astron.png Fix invalid headers in PNG files and optimize for size 10 years ago
example_dcopexport.py Update after renaming qt => tqt in PyTQt module. 3 years ago
example_dcopext.py Update after renaming qt => tqt in PyTQt module. 3 years ago
kdeform1.ui Rename a number of classes to enhance compatibility with KDE4 13 years ago
kdeform1.ui.h Rename tqt3 color functions 14 years ago
kpartgui.dtd Rename a number of classes to enhance compatibility with KDE4 13 years ago
kurldemo.py Drop python2 support. 3 years ago
menudemo.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
mimetype.py Update after renaming qt => tqt in PyTQt module. 3 years ago
pyTDEHTMLPart.py Update after renaming qt => tqt in PyTQt module. 3 years ago
pytestimage.png Fix invalid headers in PNG files and optimize for size 10 years ago
qxembed_example.png Fix invalid headers in PNG files and optimize for size 10 years ago
qxembedexample.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
qxembedexample.ui Rename TQXEmbed to correct QXEmbed 14 years ago
systray.py Update after renaming qt => tqt in PyTQt module. 3 years ago
uiqxembed.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
uisampler.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
uitdemdi.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
uitdemdi.rc Rename a number of libraries and executables to avoid conflicts with KDE4 13 years ago
xmlmenudemo.py Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
xmlmenudemoui.rc Move python-kde3 to the more correct python-trinity 15 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.