source: sasview/src/sas/qtgui/README.rst @ 0c83303

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 0c83303 was 83eb5208, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Putting files in more ordered fashion

  • Property mode set to 100755
File size: 584 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
10    cd src/sas/qtgui
11    python convertUI.py
12
13Run the GUI with:
14
15    python run.py
16
17
18
19Unit testing
20------------
21
22Unit testing suite can be run with
23
24     python GUITesting.py
25
26
27Requirements
28------------
29
30The 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.