mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Added cm and qt demos
This commit is contained in:
parent
cbc0358e30
commit
0a54ae24c3
1 changed files with 9 additions and 1 deletions
|
|
@ -19,11 +19,13 @@ Example subdirectories:
|
|||
|
||||
ae AppleEvents
|
||||
ctl Controls
|
||||
cm Component manager
|
||||
dlg Dialogs
|
||||
evt Events
|
||||
menu Menus
|
||||
list Lists
|
||||
qd QuickDraw
|
||||
qt QuickTime
|
||||
res Resources
|
||||
snd Sound
|
||||
win Windows
|
||||
|
|
@ -70,7 +72,13 @@ gensuitemodule.py
|
|||
modules. The *_Suite.py modules have been generated
|
||||
with this.
|
||||
AEservertest.py A simple AE server, similar to echo but different.
|
||||
|
||||
|
||||
In cm:
|
||||
cmtest.py List all components in the system plus some info on them
|
||||
|
||||
In qt:
|
||||
MovieInWindow.py Play a movie in a fixed-sized window, stop on mouse-press
|
||||
VerySimplePlayer.py Play a movie with the standard quicktime controller.
|
||||
|
||||
In res:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue