source: qtprobe-demo/docs/build/html/_sources/summary.txt @ 825

Last change on this file since 825 was 825, checked in by jemian, 13 years ago

publish the documentation

  • Property svn:eol-style set to native
File size: 721 bytes
Line 
1.. $Id: summary.rst 824 2012-04-24 20:19:42Z jemian $
2
3===================================================
4Take-home Remarks
5===================================================
6
7* Traits
8
9  * Works really well for simple things, good choice for simple GUIs
10  * Easy to add new GUI elements
11  * Program execution flow is not obvious
12  * Some unresolved threading challenges encountered on Win7 and RHEL
13  * Supports both wxPython and Qt4 backends
14
15* PySide
16
17  * Regular Qt4 implementation
18  * Easier to debug
19  * Best choice for GUI with any complexity
20  * LGPL license allows greater use (than PyQt4)
21
22* Eclipse + PyDev is a great combination for a developer
23* Use of EPD allows to define minimum configuration for users
Note: See TracBrowser for help on using the repository browser.