We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f349607 commit 7a3d1f3Copy full SHA for 7a3d1f3
stage4.1_first_application/README.md
@@ -1 +1,11 @@
1
# 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