Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/tutorials/traits_ui_scientific_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,9 @@ Toronto.
The reason I am providing this code is to give an example to study of how
a full-blown application can be built. This code can be found in the
`tutorial's zip file <http://gael-varoquaux.info/computers/traits_tutorial/traits_tutorial.zip>`_
(it is the file `application.py`).
(it is the file `application.py`). An alternative version of this code
using Qt instead of wx as widget toolbox can be found
`here <https://github.com/FelixHartmann/traitsui-tutorial-qt>`_.

* The camera will be built as an object. Its real attributes (exposure
time, gain...) will be represented as the object's attributes, and
Expand Down