summaryrefslogtreecommitdiffstats
path: root/python/pykde/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pykde/examples/README')
-rw-r--r--python/pykde/examples/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/python/pykde/examples/README b/python/pykde/examples/README
deleted file mode 100644
index 24a7ac3f..00000000
--- a/python/pykde/examples/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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.