Skip to content

Commit 7a3d1f3

Browse files
Add steps for the 4.1 stage.
1 parent f349607 commit 7a3d1f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# First real version of the pycasa ETS pyface application!
2+
Building on the hello world application, this stage creates a real application
3+
that allows to navigate the local drive, and open an image file in the central
4+
pane. The following steps are taken here:
5+
- create a realistic task with a split editor area pane for the central pane
6+
and a file browser dock pane that exposes the home folder using the custom
7+
version of TraitsUI's `FileEditor`.
8+
- Adds a ImageFile model, view and an editor so that an image can be open in
9+
the central pane.
10+
- Add a listener on the file browser double-click event to trigger opening the
11+
image file.

0 commit comments

Comments
 (0)