Skip to content

Commit f349607

Browse files
Add README content for the hello world.
1 parent 3fbcacf commit f349607

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Hello world in ETS pyface!
2+
This folder contains a "hello world" application using ETS' pyface package. To
3+
execute it,
4+
- an application object defines a custom application next to a `main.py` script
5+
which executes it.
6+
- The content of the application is a single Task which contains a single
7+
TraitsUI-based pane displaying a model's string content.
8+
9+
Optional: If you want to get ahead, continue on and add a dock pane (still
10+
traitsUI based) which displays "hello world" as a left side panel.

0 commit comments

Comments
 (0)