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 3fbcacf commit f349607Copy full SHA for f349607
stage4.0_first_application/README.md
@@ -1 +1,10 @@
1
# 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