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/python/pykde/examples
toma 90825e2392
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
pykde-sampler Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
uimodules Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
aboutkde.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
astron.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
example_dcopexport.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
example_dcopext.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdeform1.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdeform1.ui.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kpartgui.dtd Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kurldemo.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
menudemo.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
mimetype.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pyKHTMLPart.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pytestimage.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
qxembed_example.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
qxembedexample.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
qxembedexample.ui Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
systray.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
uikmdi.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
uikmdi.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
uiqxembed.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
uisampler.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
xmlmenudemo.py Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
xmlmenudemoui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

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

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

mimetest.py - tests KSharedPtr 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.