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 dab3351 was
e32b120,
checked in by krzywon, 7 years ago
|
Basic setup of Pr Qt window complete.
|
-
Property mode set to
100644
|
File size:
420 bytes
|
Rev | Line | |
---|
[7adc2a8] | 1 | # Available perspectives. |
---|
| 2 | # When adding a new perspective, this dictionary needs to be updated |
---|
| 3 | |
---|
| 4 | from Fitting.FittingPerspective import FittingWindow |
---|
| 5 | from Invariant.InvariantPerspective import InvariantWindow |
---|
[6cbf8a5] | 6 | from PrInversion.PrInversionPerspective import PrInversionWindow |
---|
[7adc2a8] | 7 | |
---|
| 8 | PERSPECTIVES = { |
---|
| 9 | FittingWindow.name: FittingWindow, |
---|
| 10 | InvariantWindow.name: InvariantWindow, |
---|
[e32b120] | 11 | PrInversionWindow.name: PrInversionWindow |
---|
[83d6249] | 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.