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.
18 lines
527 B
18 lines
527 B
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 (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.
|