source: sasview/src/sas/qtgui/README.rst @ fb0679b

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 fb0679b was fb0679b, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Added README

  • Property mode set to 100755
File size: 690 bytes
Line 
1QtGUI
2=====
3
4This is a full rewrite of the Wx interface to SasView using Qt4 with PyQt4 bindings.
5
6Running
7-------
8Compile UI resources first:
9
10in shell (Linux, OSX, Cygwin):
11
12    ./make_ui.sh
13
14or in windows cmd window
15
16    make_ui.bat
17
18Run the GUI with:
19
20    python MainWindow.py
21
22
23
24Unit testing
25------------
26
27Unit testing suite can be run with either
28
29     python GUITesting.py
30
31or
32
33     ./run_tests.sh
34     run_tests.bat
35
36Requirements
37------------
38
39The 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.