From e8dc27ae441327604fd1a8128eb39988fe0d8855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Hartmann?= Date: Sun, 13 Apr 2014 16:57:45 +0200 Subject: [PATCH] =?UTF-8?q?Add=20a=20link=20to=20a=20Qt=20version=20of=20t?= =?UTF-8?q?he=20code=20in=20Ga=C3=ABl=20Varoquaux's=20tutorial.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/tutorials/traits_ui_scientific_app.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/tutorials/traits_ui_scientific_app.rst b/docs/source/tutorials/traits_ui_scientific_app.rst index a23812507..75d571fbf 100644 --- a/docs/source/tutorials/traits_ui_scientific_app.rst +++ b/docs/source/tutorials/traits_ui_scientific_app.rst @@ -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 `_ -(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 `_. * The camera will be built as an object. Its real attributes (exposure time, gain...) will be represented as the object's attributes, and