ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change
on this file since 5875d3d was
fb0679b,
checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago
|
Added README
|
-
Property mode set to
100755
|
File size:
690 bytes
|
Line | |
---|
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 | |
---|
10 | in shell (Linux, OSX, Cygwin): |
---|
11 | |
---|
12 | ./make_ui.sh |
---|
13 | |
---|
14 | or in windows cmd window |
---|
15 | |
---|
16 | make_ui.bat |
---|
17 | |
---|
18 | Run the GUI with: |
---|
19 | |
---|
20 | python MainWindow.py |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | Unit testing |
---|
25 | ------------ |
---|
26 | |
---|
27 | Unit testing suite can be run with either |
---|
28 | |
---|
29 | python GUITesting.py |
---|
30 | |
---|
31 | or |
---|
32 | |
---|
33 | ./run_tests.sh |
---|
34 | run_tests.bat |
---|
35 | |
---|
36 | Requirements |
---|
37 | ------------ |
---|
38 | |
---|
39 | The following modules need to be additionally installed: |
---|
40 | |
---|
41 | Qt >= 4.8.0 |
---|
42 | |
---|
43 | PyQt >= 4.10 |
---|
44 | |
---|
45 | twisted >= 16.3 |
---|
46 | |
---|
47 | qt4reactor >= 1.6 |
---|
48 | |
---|
49 | unittest.mock >= 3.0 |
---|
50 | |
---|
51 | qtconsole |
---|
52 | |
---|
53 | IPython |
---|
54 | |
---|
55 | |
---|
56 | [SasView website](http://www.sasview.org) |
---|
57 | |
---|
58 | |
---|
Note: See
TracBrowser
for help on using the repository browser.