|
15 | 15 | QWidget, |
16 | 16 | ) |
17 | 17 |
|
18 | | -from sas.qtgui.Calculators.Shape2SAS.ButtonOptions import ButtonOptions |
19 | | -from sas.qtgui.Calculators.Shape2SAS.Constraints import Constraints, logger |
20 | | -from sas.qtgui.Calculators.Shape2SAS.genPlugin import generatePlugin |
21 | | -from sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects import Canvas, ViewerPlotDesign |
22 | | -from sas.qtgui.Calculators.Shape2SAS.Tables.subunitTable import OptionLayout, SubunitTable |
23 | | -from sas.qtgui.Calculators.Shape2SAS.UI.DesignWindowUI import Ui_Shape2SAS |
24 | | -from sas.qtgui.Calculators.Shape2SAS.ViewerModel import ViewerModel |
25 | | -from sas.qtgui.Perspectives.perspective import Perspective |
26 | | -from sas.qtgui.Plotting.PlotterData import Data1D |
27 | | -from sas.qtgui.Utilities.GuiUtils import createModelItemWithPlot |
28 | | - |
29 | 18 | # Local SasView |
30 | 19 | from sas.qtgui.Utilities.ModelEditors.TabbedEditor.TabbedModelEditor import TabbedModelEditor |
31 | 20 | from sas.qtgui.Perspectives.perspective import Perspective |
|
39 | 28 | from sas.qtgui.Calculators.Shape2SAS.Constraints import Constraints, logger |
40 | 29 | from sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects import Canvas |
41 | 30 |
|
42 | | -from sas.sascalc.shape2sas.Shape2SAS import (getTheoreticalScattering, getPointDistribution, getSimulatedScattering, |
43 | | - ModelProfile, ModelSystem, SimulationParameters, |
44 | | - Qsampling, TheoreticalScatteringCalculation, |
45 | | - SimulateScattering) |
| 31 | +from sas.sascalc.shape2sas.Shape2SAS import ( |
| 32 | + getTheoreticalScattering, getPointDistribution, getSimulatedScattering, |
| 33 | + ModelProfile, ModelSystem, SimulationParameters, Qsampling, TheoreticalScatteringCalculation, SimulateScattering |
| 34 | +) |
46 | 35 | from sas.qtgui.Calculators.Shape2SAS.PlotAspects.plotAspects import ViewerPlotDesign |
47 | 36 | from sas.sascalc.shape2sas.PluginGenerator import generate_plugin |
48 | 37 |
|
|
0 commit comments