summaryrefslogtreecommitdiffstats
path: root/python/pykde/examples/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-14 19:47:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-14 19:47:20 +0000
commit875ae8e38bc3663e5057ca910e7ebe4b2994edb9 (patch)
treeddd3b3bc4d6f0343bae986aebbf9555c20f8e558 /python/pykde/examples/README
parentcb61a0436524f8ceba31db51ce3f1c5d4afbbb0e (diff)
downloadtdebindings-875ae8e38bc3663e5057ca910e7ebe4b2994edb9.tar.gz
tdebindings-875ae8e38bc3663e5057ca910e7ebe4b2994edb9.zip
Updated python directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1175349 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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.