Ignore:
Timestamp:
Oct 26, 2017 3:29:38 AM (6 years ago)
Author:
krzywon
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
d2d0441e
Parents:
9ea43c82
Message:

Basic P(r) perspective with no real functionality in Qt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/__init__.py

    r7adc2a8 r6cbf8a5  
    44from Fitting.FittingPerspective import FittingWindow 
    55from Invariant.InvariantPerspective import InvariantWindow 
     6from PrInversion.PrInversionPerspective import PrInversionWindow 
    67 
    78PERSPECTIVES = { 
    89    FittingWindow.name: FittingWindow, 
    910    InvariantWindow.name: InvariantWindow, 
     11    PrInversionWindow.name: PrInversionWindow, 
    1012} 
Note: See TracChangeset for help on using the changeset viewer.