Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to a Qt version of the code in Gaël Varoquaux's tutorial. #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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