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

Last change on this file since 1eafef1 was 1eafef1, checked in by Adam Washington <adam.washington@…>, 7 years ago

Unify enum function into GuiUtils?

  • Property mode set to 100644
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.