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
Timothy Pearson 6677c2f8c6
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
..
pytde-sampler Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
uimodules Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
README
aboutkde.png Fix png files. This partially resolves bug report 838. 13 years ago
astron.png Fix png files. This partially resolves bug report 838. 13 years ago
example_dcopexport.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
example_dcopext.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
kdeform1.ui
kdeform1.ui.h Rename tqt3 color functions 13 years ago
kpartgui.dtd
kurldemo.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
menudemo.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
mimetype.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
pyKHTMLPart.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
pytestimage.png Fix png files. This partially resolves bug report 838. 13 years ago
qxembed_example.png Fix png files. This partially resolves bug report 838. 13 years ago
qxembedexample.py Rename tqt3 color functions 13 years ago
qxembedexample.ui
systray.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
uikmdi.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
uikmdi.rc
uiqxembed.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
uisampler.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
xmlmenudemo.py Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
xmlmenudemoui.rc

README

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

uisampler.py - demos of most of the tdeui 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.