Changes in src/sas/qtgui/MainWindow/GuiManager.py [9863343:f0bb711] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
r9863343 rf0bb711 384 384 self._workspace.actionCombine_Batch_Fit.triggered.connect(self.actionCombine_Batch_Fit) 385 385 self._workspace.actionFit_Options.triggered.connect(self.actionFit_Options) 386 self._workspace.actionGPU_Options.triggered.connect(self.actionGPU_Options)387 386 self._workspace.actionFit_Results.triggered.connect(self.actionFit_Results) 388 387 self._workspace.actionChain_Fitting.triggered.connect(self.actionChain_Fitting) … … 621 620 pass 622 621 623 def actionGPU_Options(self):624 """625 Load the OpenCL selection dialog if the fitting perspective is active626 """627 if hasattr(self._current_perspective, "gpu_options_widget"):628 self._current_perspective.gpu_options_widget.show()629 pass630 631 622 def actionFit_Results(self): 632 623 """
Note: See TracChangeset
for help on using the changeset viewer.