source:
sasview/src/sas/qtgui/README.rst
@
3c8242c
Last change on this file since 3c8242c was 83eb5208, checked in by Piotr Rozyczko <rozyczko@…>, 8 years ago | |
---|---|
|
|
File size: 584 bytes |
Rev | Line | |
---|---|---|
[fb0679b] | 1 | QtGUI |
2 | ===== | |
3 | ||
4 | This is a full rewrite of the Wx interface to SasView using Qt4 with PyQt4 bindings. | |
5 | ||
6 | Running | |
7 | ------- | |
8 | Compile UI resources first: | |
9 | ||
[83eb5208] | 10 | cd src/sas/qtgui |
11 | python convertUI.py | |
[fb0679b] | 12 | |
13 | Run the GUI with: | |
14 | ||
[83eb5208] | 15 | python run.py |
[fb0679b] | 16 | |
17 | ||
18 | ||
19 | Unit testing | |
20 | ------------ | |
21 | ||
[83eb5208] | 22 | Unit testing suite can be run with |
[fb0679b] | 23 | |
24 | python GUITesting.py | |
25 | ||
26 | ||
27 | Requirements | |
28 | ------------ | |
29 | ||
30 | The following modules need to be additionally installed: | |
31 | ||
32 | Qt >= 4.8.0 | |
33 | ||
34 | PyQt >= 4.10 | |
35 | ||
36 | twisted >= 16.3 | |
37 | ||
38 | qt4reactor >= 1.6 | |
39 | ||
40 | unittest.mock >= 3.0 | |
41 | ||
42 | qtconsole | |
43 | ||
44 | IPython | |
45 | ||
46 | ||
47 | [SasView website](http://www.sasview.org) | |
48 | ||
49 |
Note: See TracBrowser
for help on using the repository browser.