source: sasview/src/sas/qtgui/Perspectives/Corfunc/CorfuncUtils.py @ dc3b34e

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_opencl
Last change on this file since dc3b34e was d4881f6a, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Initial implementation of Adam Washington's Corfunc perspective.
Converted to py3/Qt5.

  • Property mode set to 100755
File size: 504 bytes
Line 
1from sas.qtgui.Utilities.GuiUtils import enum
2
3WIDGETS = enum( 'W_QMIN',
4                'W_QMAX',
5                'W_QCUTOFF',
6                'W_BACKGROUND',
7                'W_TRANSFORM',
8                'W_GUINIERA',
9                'W_GUINIERB',
10                'W_PORODK',
11                'W_PORODSIGMA',
12                'W_CORETHICK',
13                'W_INTTHICK',
14                'W_HARDBLOCK',
15                'W_CRYSTAL',
16                'W_POLY',
17                'W_PERIOD',
18                )
Note: See TracBrowser for help on using the repository browser.