Changeset a0ad146 in sasview
- Timestamp:
- Nov 5, 2018 9:23:28 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- b9ab979
- Parents:
- 671d2fc8
- Location:
- src/sas/qtgui/Plotting
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/MaskEditor.py
rdce68f6 ra0ad146 42 42 layout.setContentsMargins(0, 0, 0, 0) 43 43 self.frame.setLayout(layout) 44 45 self.plotter.plot() 44 46 layout.addWidget(self.plotter) 45 46 self.plotter.plot()47 47 self.subplot = self.plotter.ax 48 48 -
src/sas/qtgui/Plotting/Plotter2D.py
rf5cec7c ra0ad146 281 281 new_plot.id = "Circ avg " + self.data.name 282 282 new_plot.is_data = True 283 item = self._item 283 284 if self._item.parent() is not None: 284 285 item = self._item.parent() -
src/sas/qtgui/Plotting/UI/MaskEditorUI.ui
re20870bc ra0ad146 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 687</width>10 <height> 507</height>9 <width>824</width> 10 <height>453</height> 11 11 </rect> 12 12 </property>
Note: See TracChangeset
for help on using the changeset viewer.